Merge pull request #3271 from mgeorg:reset_ffmpeg_mutex

This commit is contained in:
Vadim Pisarevsky
2014-09-27 13:09:24 +00:00

View File

@@ -493,6 +493,7 @@ static int LockCallBack(void **mutex, AVLockOp op)
localMutex->destroy();
free(localMutex);
localMutex = NULL;
*mutex = NULL;
break;
}
return 0;