Add vm_finalize() to clean program pointer for embed systems

JerryScript-DCO-1.0-Signed-off-by: SaeHie Park saehie.park@samsung.com
This commit is contained in:
SaeHie Park
2015-06-08 08:34:11 +09:00
parent 55b43071d1
commit 603fa56acf
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -1171,6 +1171,7 @@ jerry_cleanup (void)
ecma_finalize ();
serializer_free ();
mem_finalize (is_show_mem_stats);
vm_finalize ();
} /* jerry_cleanup */
/**