Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: public/platform/WebRTCConfiguration.h

Issue 1349073002: Fix browser_tests on 32-bit linux (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRTCConfiguration.h
diff --git a/public/platform/WebRTCConfiguration.h b/public/platform/WebRTCConfiguration.h
index 44a863c09bf29b07e1f6e083ffd08f6d4cb0ccf8..d7a89554fc536d8edefbc07fd99e59fbea21d657 100644
--- a/public/platform/WebRTCConfiguration.h
+++ b/public/platform/WebRTCConfiguration.h
@@ -77,6 +77,7 @@ class WebRTCICEServerArray {
public:
WebRTCICEServerArray() {}
WebRTCICEServerArray(const WebRTCICEServerArray& other) { assign(other); }
+ ~WebRTCICEServerArray() { reset(); }
WebRTCICEServerArray& operator=(const WebRTCICEServerArray& other)
{
assign(other);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698