[evolution-rss] fix double free in verify_image()



commit e9a517b4a442e27f3453b0770f83d9772fdb56d7
Author: Lucian Langa <lucilanga gnome org>
Date:   Tue Oct 20 08:12:21 2009 +0300

    fix double free in verify_image()

 TODO      |    1 +
 src/rss.c |    1 -
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/TODO b/TODO
index 33d1c30..af82881 100644
--- a/TODO
+++ b/TODO
@@ -41,3 +41,4 @@
 	* check custom interval fetching right after it was setup
 	* search for threaded implmentation options
 	* config option to sort comments ascending/descending
+	* hook all rss config options in RSS top folder properties in right click menu
diff --git a/src/rss.c b/src/rss.c
index 8a702b6..1e05f98 100644
--- a/src/rss.c
+++ b/src/rss.c
@@ -5506,7 +5506,6 @@ verify_image(gchar *uri, EMFormatHTML *format)
 			 */
 			name = fetch_image_redraw(rurl, NULL, format);
 			g_free(nurl);
-			g_free(feed_dir);
 			g_free(base_dir);
 			return name;
 	} else {



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