Missing NIL in Printv.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5389 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1cc00d548c
commit
c62459060e
1 changed files with 1 additions and 1 deletions
|
|
@ -710,7 +710,7 @@ public:
|
|||
Printv(f->code,
|
||||
tab4, "swig_result = caml_list_append(swig_result,rv);\n", NIL);
|
||||
if( isOverloaded )
|
||||
Printv(f->code, "free(argv);\n");
|
||||
Printv(f->code, "free(argv);\n", NIL);
|
||||
Printv(f->code,
|
||||
tab4, "CAMLreturn(swig_result);\n", NIL );
|
||||
Printv(f->code, "}\n",NIL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue