GNOME Bugzilla – Bug 347501
Leak in bonobo_exception_repoid_to_text()
Last modified: 2006-07-14 14:46:57 UTC
Coverity reports this and it appears to be correct. Possible fix attached.
Created attachment 68919 [details] [review] possible fix
looks great to me - thanks :-)
(I haven't checked carefully, just couldn't resist taking a look at the patch from irc) the patch looks wrong to me though: the bonobo_exception_repoid_to_text() should be inside the 'else' otherwise it's called every time while the g_free is called just inside the 'else'
Adjusted accordingly and commited. Thanks.