From 0af1e3ed35f6c6e2e920b5af3535c5fffe22a064 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Thu, 10 May 2012 17:15:43 -0400
Subject: [PATCH] * #10736: actions: fixed double free

---
 gnome/src/actions.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnome/src/actions.c b/gnome/src/actions.c
index 9bb8954b07..4e53263a18 100644
--- a/gnome/src/actions.c
+++ b/gnome/src/actions.c
@@ -953,7 +953,6 @@ void sflphone_fill_call_list(void)
         gchar *callID = *calls;
         if (!calllist_get_call(current_calls_tab, callID)) {
             callable_obj_t *c = create_new_call_from_details(*calls, dbus_get_call_details(*calls));
-            g_free(callID);
             c->_zrtp_confirmed = FALSE;
             calllist_add_call(current_calls_tab, c);
             if (!c->_confID || strlen(c->_confID) == 0)
-- 
GitLab