Fix asserts in opfunc_*jmp_down functions.

This commit is contained in:
Ilmir Usmanov
2014-09-16 22:36:26 +04:00
parent e77bd4f4e5
commit d4cd8be349
4 changed files with 8 additions and 8 deletions
-1
View File
@@ -186,7 +186,6 @@ main( int __unused argc,
bool status = run_int();
serializer_free ();
mem_heap_print (true, false, true);
mem_finalize (false);
return (status ? 0 : 1);