1
0
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:
james.k.crook@gmail.com
2014-10-24 16:52:17 +00:00
parent fbbab2ce1b
commit 7508f10f64
6 changed files with 4 additions and 5 deletions

View File

@@ -1477,9 +1477,6 @@ void AudacityApp::FinishInits()
ModuleManager::Dispatch(AppInitialized);
mWindowRectAlreadySaved = FALSE;
mTimer = new wxTimer(this, kAudacityAppTimerID);
mTimer->Start(200);
}
void AudacityApp::InitCommandHandler()