mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-01 00:19:27 +02:00
Fix hang during termination
This commit is contained in:
parent
a584759f01
commit
a105ee4a6d
@ -170,7 +170,7 @@ extern "C"
|
||||
case AppQuiting: {
|
||||
wxASSERT(gBench != NULL);
|
||||
if (gBench) {
|
||||
gBench->Close(true);
|
||||
gBench->Destroy();
|
||||
gBench = NULL;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user