Commit a160158c authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #3272 from mgeorg:reset_ffmpeg_mutex_2_4

parents 6a53cb93 7f4eb4f6
......@@ -485,6 +485,7 @@ static int LockCallBack(void **mutex, AVLockOp op)
localMutex->destroy();
free(localMutex);
localMutex = NULL;
*mutex = NULL;
break;
}
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment