VCM::JB critsect fix.

Review URL: https://webrtc-codereview.appspot.com/390004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1639 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mflodman@webrtc.org 2012-02-08 12:42:56 +00:00
parent 23307f7c4b
commit d2940f71e4

View File

@ -479,6 +479,7 @@ VCMJitterBuffer::GetFrame(const VCMPacket& packet, VCMEncodedFrame*& frame)
if (it != _frameList.end()) {
frame = *it;
_critSect->Leave();
return VCM_OK;
}