Browse Source

Fix release build crash in Reaper and Ableton Live

tags/v100_p5
xenakios 7 years ago
parent
commit
0253b335f5
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Source/PluginProcessor.cpp

+ 2
- 0
Source/PluginProcessor.cpp View File

@@ -178,6 +178,8 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
PaulstretchpluginAudioProcessor::~PaulstretchpluginAudioProcessor()
{
g_activeprocessors.erase(this);
m_thumb->removeAllChangeListeners();
m_thumb = nullptr;
m_bufferingthread.stopThread(1000);
}



Loading…
Cancel
Save