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

it was created with g_new0 in gnc_ui_sx_since_last_run_dialog
This commit is contained in:
Christopher Lam 2022-07-29 10:10:38 +08:00
parent 436110e523
commit 38ec9f254c

View File

@ -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