GNOME Bugzilla – Bug 625583
Crash in _free_invocation_state() if _prepare_invocation_state() fails
Last modified: 2010-09-23 22:53:21 UTC
Patch coming to fix a crash if a call to _prepare_invocation_state() fails. _free_invocation_state() would then be called to clean up, but would fall over when freeing a half-initialised state struct.
Created attachment 166771 [details] [review] Don't crash if _prepare_invocation_state() fails
this might be obsoleted by bug #630271
Looks like it was actually fixed by http://git.gnome.org/browse/pygobject/commit/?id=e4c4cccb588b258dbcd21702e6cddcfe9ebe4ffc (bug #626684). *** This bug has been marked as a duplicate of bug 626684 ***