After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 596746 - Memory leak
Memory leak
Status: RESOLVED FIXED
Product: planner
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: planner-maint
planner-maint
Depends on:
Blocks:
 
 
Reported: 2009-09-29 14:52 UTC by Vincent Untz
Modified: 2009-11-24 20:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2009-09-29 14:52:57 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.
Comment 1 Maurice van der Pot 2009-11-24 20:09:10 UTC
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.