remove many memory leaks and cleanup

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7898 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-11-29 01:47:10 +00:00
commit f714a2615d
21 changed files with 224 additions and 112 deletions

View file

@ -719,6 +719,7 @@ SwigType_function_parms(SwigType *t) {
if (!firstp) firstp = p;
if (pp) {
set_nextSibling(pp,p);
Delete(p);
}
pp = p;
}