From e3b6f3237efae9de0412573ae056b33e0ba48137 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 17 Nov 2009 21:46:48 +0100 Subject: don't leak memory allocated for gnutls credentials --- src/lockdown.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lockdown.h') diff --git a/src/lockdown.h b/src/lockdown.h index 19cf9f2..5223fbe 100644 --- a/src/lockdown.h +++ b/src/lockdown.h @@ -30,6 +30,7 @@ struct lockdownd_client_int { iphone_connection_t connection; gnutls_session_t *ssl_session; + gnutls_certificate_credentials_t ssl_certificate; int in_SSL; char session_id[40]; }; -- cgit v1.1-32-gdbae