GNOME Bugzilla – Bug 758359
Do not assert when debugging 'objects' and some doesn't call parent's finalize()
Last modified: 2017-11-17 14:29:54 UTC
Created attachment 315914 [details] [review] proposed patch I compiled GLib with --enable-debug=yes and run it on the Evolution with: $ GOBJECT_DEBUG=objects evolution I cannot get the result on close, because WebKit1 doesn't call parent's finalize(). I know it's not good of it, but it's a library over which I have no control from within the Evolution, thus I propose to relax on this check and notify about it on the console only, instead of crashing. Proposed patch attached.
This is being discussed in bug #563872. *** This bug has been marked as a duplicate of bug 563872 ***