[libsoup/ntlm-leaks: 2/2] SoupAuthNTLM: Plug another leak in the connection state struct



commit 1633d86d2ff17282e699961cfd47b6937b77b9c8
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Tue Aug 20 11:58:44 2019 +0300

    SoupAuthNTLM: Plug another leak in the connection state struct
    
    This fixes #156

 libsoup/soup-auth-ntlm.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/libsoup/soup-auth-ntlm.c b/libsoup/soup-auth-ntlm.c
index 74be8216..ce0b0f5c 100644
--- a/libsoup/soup-auth-ntlm.c
+++ b/libsoup/soup-auth-ntlm.c
@@ -291,6 +291,7 @@ soup_auth_ntlm_free_connection_state (SoupConnectionAuth *auth,
 
        g_free (conn->nonce);
        g_free (conn->response_header);
+       g_free (conn->target_info);
        g_slice_free (SoupNTLMConnectionState, conn);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]