GNOME Bugzilla – Bug 596746
Memory leak
Last modified: 2009-11-24 20:09:10 UTC
Forwarding https://bugzilla.novell.com/show_bug.cgi?id=541668 I just had a look at factory package planner-0.14.4-1.39 For source code file planner-0.14.4/src/planner-msp-plugin.c around line 280, function plugin_init is the following code priv = g_new0 (MspPluginPriv, 1); but I fail to notice a matching call to free. This looks like a memory leak to me. Suggest add call to free.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.