From 55677184c341cb6679b2e92ad20a636f128e4841 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 16 Oct 2008 13:55:15 +0300 Subject: Remove incorrect call to csd_call_free --- audio/telephony-maemo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'audio') 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; } -- cgit