1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-29 22:58:39 +02:00

Fix for problem caused by r5527, circa Sep. 2006

The problem was that if the user chose to quit Audacity when
the auto recovery dialog was displayed, Audacity would crash
because the command line was still parsed and any filenames
listed on the command line would still be opened.  But, that
would failed because "quit" processing had already been done.

Anyway, a simple one line fix.
This commit is contained in:
lllucius 2015-01-05 06:57:16 +00:00
parent baee4cbb24
commit 000f353f57

View File

@ -1329,6 +1329,7 @@ void AudacityApp::FinishInits()
// Important: Prevent deleting any temporary files!
DirManager::SetDontDeleteTempFiles();
QuitAudacity(true);
return;
}
//