1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

set ffmpeg mutex to NULL on destruction.

This commit is contained in:
Manfred Georg
2014-09-26 09:44:25 -07:00
parent 047abb0050
commit 8d95c91805
+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;