refactor rcs_chunked_list and remove its c++ features
issue #806 JerryScript-DCO-1.0-Signed-off-by: Zidong Jiang zidong.jiang@intel.com
This commit is contained in:
committed by
László Langó
parent
d60bd93da3
commit
dfb22c3441
@@ -133,7 +133,7 @@ main (int __attr_unused___ argc,
|
||||
// Check empty string exists
|
||||
JERRY_ASSERT (lit_find_literal_by_utf8_string (NULL, 0));
|
||||
|
||||
rcs_lit_storage.cleanup ();
|
||||
rcs_chunked_list_cleanup (&rcs_lit_storage);
|
||||
JERRY_ASSERT (rcs_record_get_first (&rcs_lit_storage) == NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user