]> git.0d.be Git - empathy.git/commitdiff
libempathy: Fix leak of certificate data.
authorStef Walter <stefw@collabora.co.uk>
Mon, 13 Dec 2010 17:46:03 +0000 (17:46 +0000)
committerStef Walter <stefw@collabora.co.uk>
Fri, 24 Dec 2010 13:40:02 +0000 (07:40 -0600)
https://bugzilla.gnome.org/show_bug.cgi?id=636258#c3

libempathy/empathy-tls-verifier.c

index c7460e15fe664407aff94e657a1ec830a8ef581c..23ced4e11a886c5bd18585aabe7cd921859f5eee 100644 (file)
@@ -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);
 }