aboutsummaryrefslogtreecommitdiffstats
path: root/test/autowasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/autowasm.c')
-rw-r--r--test/autowasm.c2
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;
}