GNOME Bugzilla – Bug 490203
Memory leak in egg-recent-view-bonobo.c
Last modified: 2009-11-05 10:03:30 UTC
I noticed in src/libegg/egg-recent-view-bonobo.c (revision 629) the following lines: case PROP_MENU_PATH: g_value_set_string (value, g_strdup (view->path)); which is a memory leak since g_value_set_string dups the string itself.
Created attachment 97861 [details] [review] Patch which removes g_strdup inside g_set_value_string
Hopefully be able to get this into 2.0.4.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.