mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02: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