1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-22 14:11:41 +01:00

Fix linux debug complaints of missing thread shut-down...

... caused by commit b47bcb548e
This commit is contained in:
Paul Licameli
2016-08-15 21:19:50 -04:00
parent 5a8801fcd6
commit 15a60bde4b
3 changed files with 8 additions and 0 deletions

View File

@@ -943,6 +943,11 @@ void InitAudioIO()
gPrefs->Flush();
}
void DeinitAudioIO()
{
ugAudioIO.reset();
}
wxString DeviceName(const PaDeviceInfo* info)
{
wxString infoName = wxSafeConvertMB2WX(info->name);