Bugs item #1571307, was opened at 2006-10-05 13:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1571307&group_id=144022
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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: dooglus (dooglus) Assigned to: Nobody/Anonymous (nobody) Summary: several variables are used before they are set Initial Comment: While trying to find and fix bugs in synfig, I came across a few cases where instance variables were being accessed before they had been initialised. The following patch fixes all the cases I have found so far: * http://dooglus.rincevent.net/initialise.txt I've also attached it to this bug report. Applying this patch makes it possible to run synfig under valgrind without having lots of warnings displayed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=757416&aid=1571307&group_id=144022 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Synfig-devl mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synfig-devl
