diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-04 09:47:32 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-09-06 13:16:29 +0200 |
commit | 11740e9075fd43009929c57b86d78d82c34aed78 (patch) | |
tree | 0ac7d055cf7e391876be4437f90a42ef6b95a9db /src/mm-iface-modem-messaging.c | |
parent | db457fdb468b614c5cdc314d3f08b9b20f64f84e (diff) |
iface-modem-messaging: plug memleak
Diffstat (limited to 'src/mm-iface-modem-messaging.c')
-rw-r--r-- | src/mm-iface-modem-messaging.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-iface-modem-messaging.c b/src/mm-iface-modem-messaging.c index 2cc260c4..278a5ec7 100644 --- a/src/mm-iface-modem-messaging.c +++ b/src/mm-iface-modem-messaging.c @@ -320,6 +320,7 @@ handle_list (MmGdbusModemMessaging *skeleton, invocation, (const gchar *const *)paths); g_strfreev (paths); + g_object_unref (list); return TRUE; } |