diff options
Diffstat (limited to 'libempathy/empathy-contact.c')
-rw-r--r-- | libempathy/empathy-contact.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index fe25ff003..4537d4043 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -953,7 +953,9 @@ empathy_contact_load_avatar_cache (EmpathyContact *contact, empathy_avatar_unref (avatar); } else - g_free (filename); + { + g_free (filename); + } return data != NULL; } |