1
0
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:
Leland Lucius 2015-09-04 02:31:14 -05:00
parent a584759f01
commit a105ee4a6d

View File

@ -170,7 +170,7 @@ extern "C"
case AppQuiting: {
wxASSERT(gBench != NULL);
if (gBench) {
gBench->Close(true);
gBench->Destroy();
gBench = NULL;
}
}