зеркало из https://github.com/mozilla/pjs.git
lock/unlock the script subsystem around the call to jsd_DestroyAllJSDScripts
This commit is contained in:
Родитель
a5f0e98c42
Коммит
75916cca3b
|
@ -215,7 +215,9 @@ jsd_DebuggerOff(JSDContext* jsdc)
|
|||
#endif
|
||||
|
||||
/* clean up */
|
||||
JSD_LockScriptSubsystem(jsdc);
|
||||
jsd_DestroyAllJSDScripts(jsdc);
|
||||
JSD_UnlockScriptSubsystem(jsdc);
|
||||
jsd_DestroyAllSources(jsdc);
|
||||
|
||||
_destroyJSDContext(jsdc);
|
||||
|
|
Загрузка…
Ссылка в новой задаче