aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-09-11 17:44:35 +0000
committerbloodstalker <thabogre@gmail.com>2018-09-11 17:44:35 +0000
commit137090b8c7023899661ee730ba49b913b56ecb96 (patch)
treecb214e4a4e5f7d5d0ae60517ac9459daf2c936cc /test
parentupdate (diff)
downloadfaultreiber-137090b8c7023899661ee730ba49b913b56ecb96.tar.gz
faultreiber-137090b8c7023899661ee730ba49b913b56ecb96.zip
update
Diffstat (limited to 'test')
-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;
}