[evolution] Fix the double-free.



commit 769582c9e9f54148f5bdc889cc0f75ea2dea8baf
Author: Bharath Acharya <abharath novell com>
Date:   Fri May 7 13:48:31 2010 +0530

    Fix the double-free.

 mail/em-subscribe-editor.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-subscribe-editor.c b/mail/em-subscribe-editor.c
index ebec3e2..8152974 100644
--- a/mail/em-subscribe-editor.c
+++ b/mail/em-subscribe-editor.c
@@ -585,7 +585,6 @@ sub_subscribe_toggled(GtkCellRendererToggle *render, const gchar *spath, EMSubsc
 		}
 
 		sub_subscribe_folder(sub, node, subscribed, spath);
-		g_free (free_path);
 	}
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]