[2/7] winhttp: Allow reusing a secure connection.

Hans Leidekker hans at codeweavers.com
Tue Sep 2 03:53:30 CDT 2008


diff --git a/dlls/winhttp/net.c b/dlls/winhttp/net.c
index 90950cb..498e5ac 100644
--- a/dlls/winhttp/net.c
+++ b/dlls/winhttp/net.c
@@ -277,10 +277,8 @@ BOOL netconn_close( netconn_t *conn )
 
         pSSL_shutdown( conn->ssl_conn );
         pSSL_free( conn->ssl_conn );
-        pSSL_CTX_free( conn->ssl_ctx );
 
         conn->ssl_conn = NULL;
-        conn->ssl_ctx = NULL;
         conn->secure = FALSE;
     }
 #endif



More information about the wine-patches mailing list