and another one
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 18 Aug 2002 14:00:54 +0000 (14:00 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sun, 18 Aug 2002 14:00:54 +0000 (14:00 +0000)
ChangeLog.claws
src/inc.c

index 32619dc7c39fe853966982c518971bc01a707e60..6869e1c8b1f168fe5b3bf366022d62bff45b6995 100644 (file)
@@ -1,7 +1,8 @@
 2002-08-18 [alfons]    0.8.1claws75
 
+       * src/inc.c
        * src/matcher.c
-               plug another memleak reported by Martin Kluge
+               plug other memleaks reported by Martin Kluge
 
 2002-08-18 [paul]      0.8.1claws74
 
index a39cb7d69e47c8c9344185a4d809d59408f90d53..7811ed89c16b5a99e0c27385b9ca5b2ad1b27393 100644 (file)
--- a/src/inc.c
+++ b/src/inc.c
@@ -828,7 +828,8 @@ static GHashTable *inc_get_uidl_table(PrefsAccount *ac_prefs)
                        return NULL;
                }
                g_free(path);
-       }
+       } else 
+               g_free(path);
 
        table = g_hash_table_new(g_str_hash, g_str_equal);