aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_group.c')
-rw-r--r--src/gnunet_chat_group.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gnunet_chat_group.c b/src/gnunet_chat_group.c
index 0c998ec..0355dd5 100644
--- a/src/gnunet_chat_group.c
+++ b/src/gnunet_chat_group.c
@@ -40,6 +40,8 @@ group_create_from_context (struct GNUNET_CHAT_Handle *handle,
40 group->announcement = NULL; 40 group->announcement = NULL;
41 group->search = NULL; 41 group->search = NULL;
42 42
43 group->user_pointer = NULL;
44
43 return group; 45 return group;
44} 46}
45 47