Initialize member to NULL in SecureSocket.

BUG=

Review URL: https://codereview.chromium.org//1318843005 .
This commit is contained in:
William Hesse
2015-09-03 11:32:06 +02:00
parent 2a091441a1
commit b033893060
+1
View File
@@ -54,6 +54,7 @@ class SSLFilter {
SSLFilter()
: callback_error(NULL),
ssl_(NULL),
socket_side_(NULL),
string_start_(NULL),
string_length_(NULL),
handshake_complete_(NULL),