Followup changes in JerryScript debugger after #1910.
* Remove 'jerry_debugger_cleaup'. Do it automatically in 'jerry_cleanup'. * Updated the documentations. * Updated the NuttX and Artik053 targets. JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
@@ -830,10 +830,6 @@ main (int argc,
|
||||
|
||||
jerry_release_value (ret_value);
|
||||
|
||||
if (start_debug_server)
|
||||
{
|
||||
jerry_debugger_cleanup ();
|
||||
}
|
||||
jerry_cleanup ();
|
||||
#ifdef JERRY_ENABLE_EXTERNAL_CONTEXT
|
||||
free (instance_p);
|
||||
|
||||
Reference in New Issue
Block a user