mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Fixed some memory leaks.
This commit is contained in:
@@ -1477,9 +1477,6 @@ void AudacityApp::FinishInits()
|
||||
ModuleManager::Dispatch(AppInitialized);
|
||||
|
||||
mWindowRectAlreadySaved = FALSE;
|
||||
|
||||
mTimer = new wxTimer(this, kAudacityAppTimerID);
|
||||
mTimer->Start(200);
|
||||
}
|
||||
|
||||
void AudacityApp::InitCommandHandler()
|
||||
|
||||
Reference in New Issue
Block a user