[libsoup/wip/tpopela/negotiate: 61/64] soup-auth-negotiate: Correctly free the connection state



commit 6b8c865a68e87dce6f8c07cd4a05a547de35cf04
Author: Tomas Popela <tpopela redhat com>
Date:   Wed Feb 10 16:51:10 2016 +0100

    soup-auth-negotiate: Correctly free the connection state

 libsoup/soup-auth-negotiate.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libsoup/soup-auth-negotiate.c b/libsoup/soup-auth-negotiate.c
index fe85ac3..3a800c9 100644
--- a/libsoup/soup-auth-negotiate.c
+++ b/libsoup/soup-auth-negotiate.c
@@ -106,6 +106,7 @@ soup_auth_negotiate_free_connection_state (SoupConnectionAuth *auth,
        g_free (conn->response_header);
 
        priv->got_headers_signal_id = 0;
+       g_slice_free (SoupNegotiateConnectionState, conn);
 }
 
 static gboolean


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