diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-11 17:44:35 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-11 17:44:35 +0000 |
commit | 137090b8c7023899661ee730ba49b913b56ecb96 (patch) | |
tree | cb214e4a4e5f7d5d0ae60517ac9459daf2c936cc /test | |
parent | update (diff) | |
download | faultreiber-137090b8c7023899661ee730ba49b913b56ecb96.tar.gz faultreiber-137090b8c7023899661ee730ba49b913b56ecb96.zip |
update
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; } |