Fix leak in remote bitrate estimator tests introduced in r5980
R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/18369004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5981 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
4f616a02bd
commit
0175d76c72
@ -68,7 +68,7 @@ class DefaultBweTest : public BweTest,
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual void TearDown() {
|
virtual void TearDown() {
|
||||||
while (packet_senders_.empty()) {
|
while (!packet_senders_.empty()) {
|
||||||
delete packet_senders_.front();
|
delete packet_senders_.front();
|
||||||
packet_senders_.pop_front();
|
packet_senders_.pop_front();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user