mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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
@ -345,7 +345,7 @@ namespace Automation4 {
|
||||
// ScriptManager
|
||||
ScriptManager::~ScriptManager()
|
||||
{
|
||||
RemoveAll();
|
||||
delete_clear(scripts);
|
||||
}
|
||||
|
||||
void ScriptManager::Add(Script *script)
|
||||
|
Loading…
x
Reference in New Issue
Block a user