aboutsummaryrefslogtreecommitdiff
path: root/src/ui/accounts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/accounts.c')
-rw-r--r--src/ui/accounts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/accounts.c b/src/ui/accounts.c
index 84e932e..1a95b7b 100644
--- a/src/ui/accounts.c
+++ b/src/ui/accounts.c
@@ -219,5 +219,7 @@ ui_accounts_dialog_cleanup(UI_ACCOUNTS_Handle *handle)
219{ 219{
220 g_object_unref(handle->builder); 220 g_object_unref(handle->builder);
221 221
222 guint show = handle->show_queued;
222 memset(handle, 0, sizeof(*handle)); 223 memset(handle, 0, sizeof(*handle));
224 handle->show_queued = show;
223} 225}