Merge pull request #3271 from mgeorg:reset_ffmpeg_mutex

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

View File

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