Scilab: fix vararg test case crash
This commit is contained in:
parent
25ffa87cab
commit
c5c684632a
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ public:
|
|||
maxOutputArguments++;
|
||||
}
|
||||
|
||||
Delete(functionReturnTypemap);
|
||||
//Delete(functionReturnTypemap); // Makes SWIG crash on vararg test case.
|
||||
|
||||
} else {
|
||||
Swig_warning(WARN_TYPEMAP_OUT_UNDEF, input_file, line_number, "Unable to use return type %s in function %s.\n", SwigType_str(functionReturnType, 0), functionName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue