diff options
Diffstat (limited to 'src/contact.c')
-rw-r--r-- | src/contact.c | 2 |
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) MESSENGER_ContactInfo* info = g_malloc(sizeof(MESSENGER_ContactInfo)); + info->last_message = NULL; + info->name_labels = NULL; info->name_avatars = NULL; |