We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f937357 commit 4254597Copy full SHA for 4254597
1 file changed
src/core/PlayHandle.cpp
@@ -38,6 +38,7 @@ PlayHandle::PlayHandle( const Type type, f_cnt_t offset ) :
38
39
PlayHandle::~PlayHandle()
40
{
41
+ BufferManager::release(m_playHandleBuffer);
42
}
43
44
0 commit comments