1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #3271 from mgeorg:reset_ffmpeg_mutex

This commit is contained in:
Vadim Pisarevsky
2014-09-27 13:09:24 +00:00
+1
View File
@@ -493,6 +493,7 @@ static int LockCallBack(void **mutex, AVLockOp op)
localMutex->destroy();
free(localMutex);
localMutex = NULL;
*mutex = NULL;
break;
}
return 0;