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