aboutsummaryrefslogtreecommitdiff
path: root/src/mm-modem.c
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-02-05 08:38:27 +0100
committerGuido Günther <agx@sigxcpu.org>2014-02-05 08:38:27 +0100
commit14d771b90f5a7d3887e5e900d1fb4737477ad305 (patch)
treef382e3359d20916ae60d28361e59635e373224f8 /src/mm-modem.c
parenta09050a7f63a262bf90dcb1c7a41f9cfd205db43 (diff)
Imported Upstream version 0.5.2.0upstream/0.5.2.0
Diffstat (limited to 'src/mm-modem.c')
-rw-r--r--src/mm-modem.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mm-modem.c b/src/mm-modem.c
index b3c1677..33b8116 100644
--- a/src/mm-modem.c
+++ b/src/mm-modem.c
@@ -323,6 +323,8 @@ get_ip4_done (MMModem *modem,
value_array_add_uint (array, dns3);
dbus_g_method_return (context, array);
+
+ g_value_array_free (array);
}
}
@@ -411,6 +413,8 @@ info_call_done (MMModem *self,
g_value_unset (&value);
dbus_g_method_return (context, array);
+
+ g_value_array_free (array);
}
}