GNOME Bugzilla – Bug 682075
gdbus: Fix double free and use after free of object path
Last modified: 2012-08-21 11:22:42 UTC
* This occurs when the 'g-object-path' property is read on a GDBusObjectSkeleton
Created attachment 221556 [details] [review] gdbus: Fix double free and use after free of object path
Looks right. It would be nice to have a test that shows the double-free
(In reply to comment #2) > Looks right. It would be nice to have a test that shows the double-free Eh...not sure we need to make people do test cases just to fix a missing or double free().
Can't hurt to ask for one, though ?
Comment on attachment 221556 [details] [review] gdbus: Fix double free and use after free of object path Good catch - please commit. Thanks!
Attachment 221556 [details] pushed as a8c784d - gdbus: Fix double free and use after free of object path