GNOME Bugzilla – Bug 66129
fix use of free'd struct in _wrap_gtk_signal_emitv_by_name
Last modified: 2004-12-22 21:47:04 UTC
query->nparams is used after the query struct is free'd. Looks like potential problem but I don't have a test case.
Created attachment 6149 [details] [review] fix bug using free'd struct
fix applied. Thanks.