aboutsummaryrefslogtreecommitdiff
path: root/src/ui/new_account.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/new_account.c')
-rw-r--r--src/ui/new_account.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/new_account.c b/src/ui/new_account.c
index 6642261..2778825 100644
--- a/src/ui/new_account.c
+++ b/src/ui/new_account.c
@@ -188,4 +188,6 @@ void
188ui_new_account_dialog_cleanup(UI_NEW_ACCOUNT_Handle *handle) 188ui_new_account_dialog_cleanup(UI_NEW_ACCOUNT_Handle *handle)
189{ 189{
190 g_object_unref(handle->builder); 190 g_object_unref(handle->builder);
191
192 memset(handle, 0, sizeof(*handle));
191} 193}