aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2016-01-30 16:27:42 -0800
committerAleksander Morgado <aleksander@aleksander.es>2016-01-30 16:29:29 -0800
commitb23dace6dd165b4043c54a11521b2cb75eca5a23 (patch)
tree0f0b8cd1f1c8b34f40b240d9d4160de455ccd810 /src
parent8c905383b7f8f59e7b78c054ace828096a7fe6ba (diff)
broadband-modem-qmi: plug memleak when listing SMS messages
Diffstat (limited to 'src')
-rw-r--r--src/mm-broadband-modem-qmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-broadband-modem-qmi.c b/src/mm-broadband-modem-qmi.c
index 3946745a..b5cf403f 100644
--- a/src/mm-broadband-modem-qmi.c
+++ b/src/mm-broadband-modem-qmi.c
@@ -7580,6 +7580,7 @@ wms_list_messages_ready (QmiClientWms *client,
g_error_free (error);
ctx->step++;
load_initial_sms_parts_step (ctx);
+ qmi_message_wms_list_messages_output_unref (output);
return;
}