[glib-networking/mcatanzaro/base-rebase: 39/45] base: fix build



commit 689610547b4a666eff3afe65a57248316640574a
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Fri May 10 16:07:15 2019 +0200

    base: fix build

 tls/base/gtlsconnection-base.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/tls/base/gtlsconnection-base.c b/tls/base/gtlsconnection-base.c
index bf8d8ad..e2bf206 100644
--- a/tls/base/gtlsconnection-base.c
+++ b/tls/base/gtlsconnection-base.c
@@ -1221,7 +1221,6 @@ update_peer_certificate_and_compute_errors (GTlsConnectionBase *tls)
   g_set_object (&priv->peer_certificate, peer_certificate);
 
   priv->peer_certificate_errors = peer_certificate_errors;
-  g_object_unref (peer_certifiate);
 
   g_object_notify (G_OBJECT (tls), "peer-certificate");
   g_object_notify (G_OBJECT (tls), "peer-certificate-errors");


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