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:
parent
24f109f8ca
commit
e439095816
8 changed files with 40 additions and 10 deletions
|
|
@ -2,6 +2,7 @@ from import_nomodule import *
|
|||
|
||||
f = create_Foo()
|
||||
test1(f,42)
|
||||
delete_Foo(f)
|
||||
|
||||
b = Bar()
|
||||
test1(b,37)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue