fix memory leaks

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7990 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-12-16 01:21:59 +00:00
commit e439095816
8 changed files with 40 additions and 10 deletions

View file

@ -2,6 +2,7 @@ from import_nomodule import *
f = create_Foo()
test1(f,42)
delete_Foo(f)
b = Bar()
test1(b,37)