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 2778825..a64e016 100644
--- a/src/ui/new_account.c
+++ b/src/ui/new_account.c
@@ -189,5 +189,7 @@ ui_new_account_dialog_cleanup(UI_NEW_ACCOUNT_Handle *handle)
189{ 189{
190 g_object_unref(handle->builder); 190 g_object_unref(handle->builder);
191 191
192 guint show = handle->show_queued;
192 memset(handle, 0, sizeof(*handle)); 193 memset(handle, 0, sizeof(*handle));
194 handle->show_queued = show;
193} 195}