aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/contact.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/contact.c b/src/contact.c
index 9c590a3..d23b6b7 100644
--- a/src/contact.c
+++ b/src/contact.c
@@ -34,6 +34,8 @@ contact_create_info(struct GNUNET_CHAT_Contact *contact)
34 34
35 MESSENGER_ContactInfo* info = g_malloc(sizeof(MESSENGER_ContactInfo)); 35 MESSENGER_ContactInfo* info = g_malloc(sizeof(MESSENGER_ContactInfo));
36 36
37 info->last_message = NULL;
38
37 info->name_labels = NULL; 39 info->name_labels = NULL;
38 info->name_avatars = NULL; 40 info->name_avatars = NULL;
39 41