aboutsummaryrefslogtreecommitdiff
path: root/src/ui/new_group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/new_group.c')
-rw-r--r--src/ui/new_group.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/new_group.c b/src/ui/new_group.c
index d2b287e..6b60145 100644
--- a/src/ui/new_group.c
+++ b/src/ui/new_group.c
@@ -313,4 +313,6 @@ ui_new_group_dialog_cleanup(UI_NEW_GROUP_Handle *handle)
313 313
314 if (handle->contact_entries) 314 if (handle->contact_entries)
315 g_list_free(handle->contact_entries); 315 g_list_free(handle->contact_entries);
316
317 memset(handle, 0, sizeof(*handle));
316} 318}