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

Unified Diff: runtime/bin/secure_socket_boringssl.h

Issue 2741063003: [dart:io] Eagerly deallocate SSLFilter internals (Closed)
Patch Set: Created 3 years, 9 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 | runtime/bin/secure_socket_boringssl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/secure_socket_boringssl.h
diff --git a/runtime/bin/secure_socket_boringssl.h b/runtime/bin/secure_socket_boringssl.h
index 974a57ef8fe3c85f5c0eec6eee9ebc2a668eaaa3..e14171d555854675d6d6b53a32115da3300f15cf 100644
--- a/runtime/bin/secure_socket_boringssl.h
+++ b/runtime/bin/secure_socket_boringssl.h
@@ -106,6 +106,7 @@ class SSLFilter : public ReferenceCounted<SSLFilter> {
bool require_client_certificate,
Dart_Handle protocols_handle);
void Destroy();
+ void FreeResources();
void Handshake();
void GetSelectedProtocol(Dart_NativeArguments args);
void Renegotiate(bool use_session_cache,
« no previous file with comments | « no previous file | runtime/bin/secure_socket_boringssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698