lock/unlock the script subsystem around the call to jsd_DestroyAllJSDScripts

This commit is contained in:
toshok%hungry.com 1999-09-07 04:54:41 +00:00
Родитель a5f0e98c42
Коммит 75916cca3b
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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);