summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <qignacio@amazon.com>2019-05-10 16:07:15 +0200
committerMichael Catanzaro <mcatanzaro@posteo.net>2019-05-15 14:02:30 +0000
commita34d1f644380bbccdc2bbc9d85245b079eb2e274 (patch)
tree06dd0958c9ce57ba8129d9df2cefe5d7748a4436
parent507b2301c901a8552e280cd2aeab088fca751ab4 (diff)
downloadglib-networking-a34d1f644380bbccdc2bbc9d85245b079eb2e274.tar.gz
base: fix build
-rw-r--r--tls/base/gtlsconnection-base.c1
1 files changed, 0 insertions, 1 deletions
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");