about summary refs log tree commit diff
path: root/src/devices/wwan
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2019-08-06 22:47:09 +0200
committerMichael Biebl <biebl@debian.org>2019-08-06 22:47:09 +0200
commit665270502c3d7c0d002ad76fefb1b7699794cd49 (patch)
tree9bc6f4f79278c2a719e1839188f763655a6370ca /src/devices/wwan
parent3192a21b21d4a9d276a7f2ef4e4b0fcf3165d9eb (diff)
parent5c79b900b59a5ad162ecc836e424468207ff031e (diff)
Update upstream source from tag 'upstream/1.20.0'
Update to upstream version '1.20.0'
with Debian dir 832bc2b5ac5f253004165f6354c938efbe172206
Diffstat (limited to 'src/devices/wwan')
-rw-r--r--src/devices/wwan/nm-modem-broadband.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/wwan/nm-modem-broadband.c b/src/devices/wwan/nm-modem-broadband.c
index 5716500a..216fedfe 100644
--- a/src/devices/wwan/nm-modem-broadband.c
+++ b/src/devices/wwan/nm-modem-broadband.c
@@ -1134,7 +1134,7 @@ simple_disconnect_ready (GObject *source_object,
 {
 	MMModemSimple *modem_iface = MM_MODEM_SIMPLE (source_object);
 	DisconnectContext *ctx = user_data;
-	GError *error = NULL;
+	gs_free_error GError *error = NULL;
 
 	if (!mm_modem_simple_disconnect_finish (modem_iface, res, &error)) {
 		if (   ctx->warn