aboutsummaryrefslogtreecommitdiff
path: root/src/contact.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/contact.c')
-rw-r--r--src/contact.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/contact.c b/src/contact.c
index e1ae097..e87e87b 100644
--- a/src/contact.c
+++ b/src/contact.c
@@ -52,9 +52,6 @@ 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
58 g_free(info); 55 g_free(info);
59 56
60 GNUNET_CHAT_contact_set_user_pointer(contact, NULL); 57 GNUNET_CHAT_contact_set_user_pointer(contact, NULL);