commit | 9de3aaccc95544f701d84e820c7d1231738077ce | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Tue Oct 24 17:08:26 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Oct 24 20:50:13 2017 |
tree | 21e67e47d6ca643da84377b1cf99babf14b94d3c | |
parent | 074dece0855f6ee925d355cf8822eaa2375822c2 [diff] [blame] |
Reland "Enable the clang style plugin in rtc_base/" This is a reland of Id63f0deb7b335690157ab157c35177b7836688da. Original change's description: > Enable the clang style plugin in rtc_base/ > > Enabled the plugin and cleaned up all issues it found. > > Bug: webrtc:163 > Change-Id: Id63f0deb7b335690157ab157c35177b7836688da > Reviewed-on: https://webrtc-review.googlesource.com/14660 > Commit-Queue: Steve Anton <steveanton@webrtc.org> > Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#20401} Bug: webrtc:163 Change-Id: I861a5fe741215115b0e7a2be9c0786836ff5376e Reviewed-on: https://webrtc-review.googlesource.com/15040 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20416}
diff --git a/rtc_base/httpcommon.cc b/rtc_base/httpcommon.cc index a22f0a6..b2e4869 100644 --- a/rtc_base/httpcommon.cc +++ b/rtc_base/httpcommon.cc
@@ -703,7 +703,7 @@ specified_credentials(false) { } - virtual ~NegotiateAuthContext() { + ~NegotiateAuthContext() override { DeleteSecurityContext(&ctx); FreeCredentialsHandle(&cred); }