diff --git a/src/core/PlayHandle.cpp b/src/core/PlayHandle.cpp index 67eb3906c..1838133a6 100644 --- a/src/core/PlayHandle.cpp +++ b/src/core/PlayHandle.cpp @@ -38,6 +38,7 @@ PlayHandle::PlayHandle( const Type type, f_cnt_t offset ) : PlayHandle::~PlayHandle() { + BufferManager::release(m_playHandleBuffer); }