summaryrefslogtreecommitdiffstats
path: root/src/voicecall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/voicecall.c')
-rw-r--r--src/voicecall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/voicecall.c b/src/voicecall.c
index fbf9f9c5..e01f4f2b 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -1231,6 +1231,8 @@ static void multiparty_callback_common(struct ofono_voicecall *vc,
DBUS_TYPE_OBJECT_PATH, &objpath_list[i]);
dbus_message_iter_close_container(&iter, &array_iter);
+
+ g_strfreev(objpath_list);
}
static void private_chat_callback(const struct ofono_error *error, void *data)