folder item is returned, memory should not be freed
authorChristoph Hohmann <reboot@gmx.ch>
Thu, 12 Sep 2002 21:34:20 +0000 (21:34 +0000)
committerChristoph Hohmann <reboot@gmx.ch>
Thu, 12 Sep 2002 21:34:20 +0000 (21:34 +0000)
ChangeLog.claws
src/filter.c

index effb70191b5c2b8d2893054bdc9d884109c170d7..0860de18d6e6edcd5e84a8ac24c66ba2b23ba3e1 100644 (file)
@@ -1,8 +1,7 @@
 2002-09-12 [christoph] 0.8.2claws44
 
        * src/filter.c
-               o allocate 1 elements of FolderItem not 0
-               o free memory used by dummy folder
+               allocate 1 elements of FolderItem not 0
 
 2002-09-12 [colin]     0.8.2claws43
 
index aeb567a954df7ec59a204a684d8ee6bef3f2937b..b71c0a17d2fb22cdfe27d1fa7b153f4c92c5c218 100644 (file)
@@ -63,11 +63,6 @@ FolderItem *filter_get_dest_folder(GSList *fltlist, const gchar *file)
                }
        }
 
-       if (dummy != NULL) {
-               g_free(dummy->path);
-               g_free(dummy);
-       }
-
        procheader_header_list_destroy(hlist);
 
        return dest_folder;