diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-25 11:46:19 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-25 11:48:50 +0200 |
commit | ddb9691922b6c61068d6b5615b18c7e28ca115f4 (patch) | |
tree | 6a0f61f1791dbf2b88cf7450c715291ca287438c | |
parent | b4f6a4ac0b9f393cb5b5b1ed7fc5e2650249e16f (diff) |
iface-modem: plug memleak
-rw-r--r-- | src/mm-iface-modem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-iface-modem.c b/src/mm-iface-modem.c index cbee740e..f0f10ce7 100644 --- a/src/mm-iface-modem.c +++ b/src/mm-iface-modem.c @@ -4067,6 +4067,7 @@ interface_initialization_step (InitializationContext *ctx) ctx->self, (GAsyncReadyCallback)load_supported_capabilities_ready, ctx); + g_array_unref (supported_capabilities); return; } |