[glib-networking/mcatanzaro/tls-thread] progress
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/mcatanzaro/tls-thread] progress
- Date: Sun, 29 Dec 2019 18:22:06 +0000 (UTC)
commit cc6bae298d6249f6f758569f9d36bf190609e2b2
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sun Dec 29 10:46:49 2019 -0600
progress
tls/base/gtlsconnection-base.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/tls/base/gtlsconnection-base.c b/tls/base/gtlsconnection-base.c
index 899eac2..a71895f 100644
--- a/tls/base/gtlsconnection-base.c
+++ b/tls/base/gtlsconnection-base.c
@@ -824,7 +824,8 @@ g_tls_connection_base_real_pop_io (GTlsConnectionBase *tls,
_("Server required TLS certificate"));
}
- g_error_free (op_error);
+ if (op_error)
+ g_error_free (op_error);
}
else if (op_error)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]