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:
@@ -493,6 +493,7 @@ static int LockCallBack(void **mutex, AVLockOp op)
|
||||
localMutex->destroy();
|
||||
free(localMutex);
|
||||
localMutex = NULL;
|
||||
*mutex = NULL;
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user