Update libjingle to 59676287

R=wu@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5390 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
sergeyu@chromium.org
2014-01-15 23:15:54 +00:00
parent 7a2ca7c621
commit 4b26e2eee3
47 changed files with 1203 additions and 718 deletions

View File

@@ -195,6 +195,9 @@ TurnPort::~TurnPort() {
while (!entries_.empty()) {
DestroyEntry(entries_.front()->address());
}
if (resolver_) {
resolver_->Destroy(false);
}
}
void TurnPort::PrepareAddress() {