[Commits] [SCM] claws branch, master, updated. 3.13.2-24-g24156a8

ticho at claws-mail.org ticho at claws-mail.org
Mon Feb 8 19:23:07 CET 2016


The branch, master has been updated
       via  24156a8ab6a01b80818416490320a38b6f88c41c (commit)
      from  2d1d24e2dce8a0a3704ff28e5d2cc878316d0d84 (commit)

Summary of changes:
 src/prefs_actions.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 24156a8ab6a01b80818416490320a38b6f88c41c
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Mon Feb 8 19:23:00 2016 +0100

    Revert "Fix a teensy weensy memory leak in Action configuration dialog."
    
    This reverts commit 2d1d24e2dce8a0a3704ff28e5d2cc878316d0d84.

diff --git a/src/prefs_actions.c b/src/prefs_actions.c
index af8183e..d18df3a 100644
--- a/src/prefs_actions.c
+++ b/src/prefs_actions.c
@@ -1318,7 +1318,7 @@ static void prefs_action_filterbtn_cb(GtkWidget *widget, gpointer data)
                         filteringaction_free(cur->data);
         }
         
-	g_slist_free(action_str);
+	g_free(action_str);
 	g_strfreev(tokens);
 }
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list