[evolution-rss] fix wrongly created hash
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] fix wrongly created hash
- Date: Sat, 2 Apr 2011 11:29:59 +0000 (UTC)
commit 5e2cc8c034bac636b06f1df8a24918059bd37f89
Author: Lucian Langa <lucilanga gnome org>
Date: Sat Apr 2 14:26:47 2011 +0300
fix wrongly created hash
src/rss-image.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rss-image.c b/src/rss-image.c
index d4427fe..b8a599b 100644
--- a/src/rss-image.c
+++ b/src/rss-image.c
@@ -590,7 +590,7 @@ verify_image(gchar *uri, EMFormatHTML *format)
if (!missing)
missing = g_hash_table_new_full(
- g_str_hash, g_str_equal, g_free, g_free);
+ g_str_hash, g_str_equal, g_free, NULL);
if (g_file_test(duri, G_FILE_TEST_EXISTS)) {
struct stat st;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]