Nicer way to deal with the shared audiothumbnailcache

This commit is contained in:
xenakios
2017-11-23 19:36:46 +02:00
parent a109d71f09
commit e9e1c45550
4 changed files with 11 additions and 20 deletions

View File

@ -96,7 +96,6 @@ PaulstretchpluginAudioProcessor::~PaulstretchpluginAudioProcessor()
{
g_activeprocessors.erase(this);
m_bufferingthread.stopThread(1000);
cleanUpGUI();
}
void PaulstretchpluginAudioProcessor::setPreBufferAmount(int x)