mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #615510 - Gnucash crashes when creating new customer job
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19133 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
6e842f5fa5
commit
7c058c43e7
@ -257,7 +257,8 @@ gnc_job_window_close_handler (gpointer user_data)
|
||||
JobWindow *jw = user_data;
|
||||
|
||||
gtk_widget_destroy (jw->dialog);
|
||||
jw->dialog = NULL;
|
||||
/* jw is already freed at this point
|
||||
jw->dialog = NULL; */
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user