mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Sequence of AudioIO and NetworkManager shutdowns fixes crash at exit
This commit is contained in:
parent
73e9b4dcfe
commit
cfaf834d16
@ -2192,6 +2192,10 @@ int AudacityApp::OnExit()
|
||||
|
||||
DeinitFFT();
|
||||
|
||||
#ifdef HAS_NETWORKING
|
||||
audacity::network_manager::NetworkManager::GetInstance().Terminate();
|
||||
#endif
|
||||
|
||||
AudioIO::Deinit();
|
||||
|
||||
MenuTable::DestroyRegistry();
|
||||
|
Loading…
x
Reference in New Issue
Block a user