summaryrefslogtreecommitdiff
path: root/src/mbimcli/mbimcli-atds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbimcli/mbimcli-atds.c')
-rw-r--r--src/mbimcli/mbimcli-atds.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mbimcli/mbimcli-atds.c b/src/mbimcli/mbimcli-atds.c
index b991120..916ad0c 100644
--- a/src/mbimcli/mbimcli-atds.c
+++ b/src/mbimcli/mbimcli-atds.c
@@ -149,6 +149,7 @@ query_signal_ready (MbimDevice *device,
&error)) {
g_printerr ("error: couldn't parse response message: %s\n", error->message);
g_error_free (error);
+ mbim_message_unref (response);
shutdown (FALSE);
return;
}
@@ -273,6 +274,7 @@ query_location_ready (MbimDevice *device,
&error)) {
g_printerr ("error: couldn't parse response message: %s\n", error->message);
g_error_free (error);
+ mbim_message_unref (response);
shutdown (FALSE);
return;
}