iface-modem-messaging: plug memleak

This commit is contained in:
Aleksander Morgado
2012-09-04 09:47:32 +02:00
parent db457fdb46
commit 11740e9075

View File

@@ -320,6 +320,7 @@ handle_list (MmGdbusModemMessaging *skeleton,
invocation, invocation,
(const gchar *const *)paths); (const gchar *const *)paths);
g_strfreev (paths); g_strfreev (paths);
g_object_unref (list);
return TRUE; return TRUE;
} }