[dialog-sx-since-last-run] free the dialog

it was created with g_new0 in gnc_ui_sx_since_last_run_dialog
pull/1392/head
Christopher Lam 4 years ago
parent 436110e523
commit 38ec9f254c

@ -1122,6 +1122,7 @@ close_handler (gpointer user_data)
gnc_save_window_size (GNC_PREFS_GROUP_STARTUP, GTK_WINDOW(app_dialog->dialog));
gtk_widget_destroy (app_dialog->dialog);
g_free (app_dialog);
}
static void

Loading…
Cancel
Save