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



commit c65a6c32f2347e7fdbc556ac183d556bda2b621f
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]