add missing delete
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7857 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
bbce1e5c3f
commit
34f087976a
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ ArrInt_setitem(ap,2,123)
|
|||
vi = IntPtrVector((ip,ap,None))
|
||||
if ArrInt_getitem(vi[0],0) != ArrInt_getitem(vi[1],2):
|
||||
raise RuntimeError,"bad std::vector<int*> mapping"
|
||||
|
||||
|
||||
delete_ArrInt(ap)
|
||||
|
||||
|
||||
a = halfs([10,8,4,3])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue