mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 05:29:20 -06:00
[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:
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));
|
gnc_save_window_size (GNC_PREFS_GROUP_STARTUP, GTK_WINDOW(app_dialog->dialog));
|
||||||
gtk_widget_destroy (app_dialog->dialog);
|
gtk_widget_destroy (app_dialog->dialog);
|
||||||
|
g_free (app_dialog);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user