1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-24 06:10:09 +01:00

Leak of MidiThread fixed.

This commit is contained in:
james.k.crook@gmail.com
2014-10-31 19:05:17 +00:00
parent d50e9fee52
commit f55ce48f96

View File

@@ -626,6 +626,7 @@ AudioIO::~AudioIO()
#ifdef EXPERIMENTAL_MIDI_OUT
Pm_Terminate();
mMidiThread->Delete();
delete mMidiThread;
#endif
/* Delete is a "graceful" way to stop the thread.