summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-16 13:55:15 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-12-08 16:10:55 +0200
commit55677184c341cb6679b2e92ad20a636f128e4841 (patch)
treede66b45b9eb1b2bae354f5d29fabded034bd3683
parentccc2432d4a32dfc5e99f2442745a52fc390f00ce (diff)
Remove incorrect call to csd_call_free
-rw-r--r--audio/telephony-maemo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c
index fe558c61..2bd8c567 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -310,7 +310,6 @@ static void parse_call_list(DBusMessageIter *iter)
if (call->status == CSD_CALL_STATUS_IDLE) {
dbus_message_iter_next(iter);
- csd_call_free(call);
continue;
}