Fix release build crash in Reaper and Ableton Live
This commit is contained in:
parent
a2ab8d285f
commit
0253b335f5
@ -178,6 +178,8 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
|
|||||||
PaulstretchpluginAudioProcessor::~PaulstretchpluginAudioProcessor()
|
PaulstretchpluginAudioProcessor::~PaulstretchpluginAudioProcessor()
|
||||||
{
|
{
|
||||||
g_activeprocessors.erase(this);
|
g_activeprocessors.erase(this);
|
||||||
|
m_thumb->removeAllChangeListeners();
|
||||||
|
m_thumb = nullptr;
|
||||||
m_bufferingthread.stopThread(1000);
|
m_bufferingthread.stopThread(1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user