diff options
Diffstat (limited to 'src/contact.c')
-rw-r--r-- | src/contact.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/contact.c b/src/contact.c index e87e87b..e1ae097 100644 --- a/src/contact.c +++ b/src/contact.c | |||
@@ -52,6 +52,9 @@ contact_destroy_info(struct GNUNET_CHAT_Contact *contact) | |||
52 | if (info->name_avatars) | 52 | if (info->name_avatars) |
53 | g_list_free(info->name_avatars); | 53 | g_list_free(info->name_avatars); |
54 | 54 | ||
55 | if (info->name_notifications) | ||
56 | g_list_free(info->name_notifications); | ||
57 | |||
55 | g_free(info); | 58 | g_free(info); |
56 | 59 | ||
57 | GNUNET_CHAT_contact_set_user_pointer(contact, NULL); | 60 | GNUNET_CHAT_contact_set_user_pointer(contact, NULL); |