diff options
Diffstat (limited to 'libempathy/empathy-contact.c')
-rw-r--r-- | libempathy/empathy-contact.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 0a097bb4d..fe25ff003 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -952,8 +952,8 @@ empathy_contact_load_avatar_cache (EmpathyContact *contact, empathy_contact_set_avatar (contact, avatar); empathy_avatar_unref (avatar); } - - g_free (filename); + else + g_free (filename); return data != NULL; } |