[PD-dev] [ pure-data-Patches-1309457 ] proper initialization and fix some memleaks

SourceForge.net noreply at sourceforge.net
Fri Sep 30 14:48:06 CEST 2005


Patches item #1309457, was opened at 2005-09-30 14:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1309457&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: proper initialization and fix some memleaks

Initial Comment:
running pd with profilers like valgrind show some
memory leaks and that several values don't get properly
initialized.

attached is a patch that
a) fixes the use of unitialized values in s_file.c
(thanks to matju) due to improper bracketing
b) fixes some tiny memory leaks (they are not really
crucial, being in the pdsettings-loader which is only
called once)

TODO: do more profiling (currently i just start pd and
quit it....) to find more memory leaks and fix them

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1309457&group_id=55736




More information about the Pd-dev mailing list