From de7d7bf967502778c927d80121e4aaf0a52a7461 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 13 Dec 2010 17:46:03 +0000 Subject: libempathy: Fix leak of certificate data. https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3 --- libempathy/empathy-tls-verifier.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy') diff --git a/libempathy/empathy-tls-verifier.c b/libempathy/empathy-tls-verifier.c index c7460e15f..23ced4e11 100644 --- a/libempathy/empathy-tls-verifier.c +++ b/libempathy/empathy-tls-verifier.c @@ -548,4 +548,5 @@ empathy_tls_verifier_store_exception (EmpathyTLSVerifier *self) DEBUG ("Can't store the certificate exeption: %s", error->message); g_object_unref (cert); + g_ptr_array_unref (certs); } -- cgit v1.2.3