mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
Fix hang during termination
This commit is contained in:
@@ -170,7 +170,7 @@ extern "C"
|
||||
case AppQuiting: {
|
||||
wxASSERT(gBench != NULL);
|
||||
if (gBench) {
|
||||
gBench->Close(true);
|
||||
gBench->Destroy();
|
||||
gBench = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user