Skip to content
Snippets Groups Projects
Commit c8d62cbd authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

VideoClipWorkflow: Fix leak

parent 33171b62
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,6 @@ VideoClipWorkflow::VideoClipWorkflow( ClipHelper *ch ) :
ClipWorkflow( ch ),
m_lastReturnedBuffer( NULL )
{
m_effectsLock = new QReadWriteLock();
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment