Commit f187fd99 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3271 from mgeorg:reset_ffmpeg_mutex

parents 01a883df 8d95c918
......@@ -493,6 +493,7 @@ static int LockCallBack(void **mutex, AVLockOp op)
localMutex->destroy();
free(localMutex);
localMutex = NULL;
*mutex = NULL;
break;
}
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment