GNOME Bugzilla – Bug 335387
main() leaks session_name
Last modified: 2006-07-26 12:14:31 UTC
Attaching patch to fix it
Created attachment 61711 [details] [review] Patch to fix the leak
Good patch. Can we commit it?
Ugh, there is one line that should be removed from the patch, the g_free (session_name) at the end. Freeing it there makes the save_session code use an invalid string for saving the session. Apart from that, yeah, it should be committed
Committed (after having moved the g_free).