]> git.buserror.net Git - polintos/scott/priv.git/commitdiff
idlcomp: valgrind fixes
authorScott Wood <scott@thor.buserror.net>
Mon, 7 Apr 2008 04:17:10 +0000 (23:17 -0500)
committerScott Wood <scott@thor.buserror.net>
Mon, 7 Apr 2008 04:17:10 +0000 (23:17 -0500)
The NameSpace::dying flag is broken; if there's another reference to
a child, it will persist with a bad ns pointer.  Instead, have the
namespace destructor loop through its children and call del().

Remove an unnecessary retention in Symbol constructor.


No differences found