* ffi-tools/ffi-tools.c (ffit_extract_list_of_strings): added
missing S48_GC_UNPROTECT() * ffi-tools/ffi-tools.c (ffit_extract_list_of_strings): fixed wrong pointer handling
This commit is contained in:
parent
eaa1186718
commit
4fa34d0dda
|
@ -81,6 +81,7 @@ char** ffit_extract_list_of_strings(s48_value list)
|
|||
s48_raise_argument_type_error(e);
|
||||
}
|
||||
}
|
||||
S48_GC_UNPROTECT();
|
||||
return a;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue