]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
One more fix for STR #4358, otherwise we'll leak the SSPI data for each
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 28 Mar 2014 13:04:33 +0000 (13:04 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 28 Mar 2014 13:04:33 +0000 (13:04 +0000)
connection.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@11761 a1ca3aef-8c08-0410-bb20-df032aa958be

cups/http.c

index b210f4036592778deb8b8f1b779f5c27e8eff5d1..434b077fbfec9285dbd02a6385be4d6c4e428f56 100644 (file)
@@ -5486,7 +5486,7 @@ http_shutdown_ssl(http_t *http)           /* I - Connection to server */
     CFRelease(http->tls_credentials);
 
 #  elif defined(HAVE_SSPISSL)
-  _sspiFree(http->tls_credentials);
+  _sspiFree(http->tls);
 #  endif /* HAVE_LIBSSL */
 
   http->tls             = NULL;