diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/autowasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/autowasm.c b/test/autowasm.c index 769cc1e..37bbbe5 100644 --- a/test/autowasm.c +++ b/test/autowasm.c @@ -138,6 +138,6 @@ int main (int argc, char** argv) { printf("\n"); } - release_all(); + release_all(lib_ret->void_train, lib_ret->current_void_count); return 0; } |