Merge pull request #3272 from mgeorg:reset_ffmpeg_mutex_2_4

This commit is contained in:
Maksim Shabunin 2014-09-29 12:07:22 +00:00
commit a160158cb3

View File

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