Fix for libtalkmobile build error
bug=b/12549061 R=andresp@webrtc.org Review URL: https://webrtc-codereview.appspot.com/7329004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5404 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -291,7 +291,7 @@ int32_t PacedSender::Process() {
|
||||
|
||||
// MUST have critsect_ when calling.
|
||||
bool PacedSender::SendPacketFromList(paced_sender::PacketList* packet_list)
|
||||
EXCLUSIVE_LOCKS_REQUIRED(critsect_) {
|
||||
EXCLUSIVE_LOCKS_REQUIRED(critsect_.get()) {
|
||||
paced_sender::Packet packet = GetNextPacketFromList(packet_list);
|
||||
critsect_->Leave();
|
||||
|
||||
|
Reference in New Issue
Block a user