Fix dodgy code
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8363 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a5e70c65ef
commit
5fbd413e04
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ Foo *new_Foo() {
|
|||
}
|
||||
|
||||
void delete_Foo(Foo *f) {
|
||||
return delete f;
|
||||
delete f;
|
||||
}
|
||||
|
||||
char *do_blah(Foo *f) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue