GNOME Bugzilla – Bug 104986
memleak fix
Last modified: 2004-12-22 21:47:04 UTC
See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=83282
Fixed in CVS
YIPES!!! Something is seriously wrong with this patch and it should be reverted! I have a redhat 8.0 system with gnome 2.2 built via vicious-build-scripts. With the patch applied gnome-session, gnome-panel, and nautilus all hang. I am not able to log into a gnome 2.2 at all. After reverting the patch, the problem was resolved.
Created attachment 14073 [details] [review] things look better with this patch
It looks like a g_free was left where it shouldn't when the patch was committed to cvs
Hmm, forget the previous patch :) I should be careful with unclean trees
Created attachment 14074 [details] [review] 2nd try....
Anders has reverted the patch. sri
I think the problem here was the double free, not the patch itself. It's surely a small leak, but if there's no other problem with it than that please apply the fix again, minus the second g_free(tmp)?
Reapplying to both branches.