forked from mia/Aegisub
Don't signal ScriptsChanged in ScriptManager's destructor
Fixes a crash on exit on OS X Originally committed to SVN as r6809.
This commit is contained in:
parent
7570d2b982
commit
e51a86195f
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ namespace Automation4 {
|
|||
// ScriptManager
|
||||
ScriptManager::~ScriptManager()
|
||||
{
|
||||
RemoveAll();
|
||||
delete_clear(scripts);
|
||||
}
|
||||
|
||||
void ScriptManager::Add(Script *script)
|
||||
|
|
Loading…
Reference in a new issue