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:
Geert Janssens 2010-05-07 14:31:50 +00:00
parent 6e842f5fa5
commit 7c058c43e7

View File

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