plug a fossilised (as in been there a long there) memory leak
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Sat, 12 Jan 2002 20:58:01 +0000 (20:58 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Sat, 12 Jan 2002 20:58:01 +0000 (20:58 +0000)
ChangeLog.claws
configure.in
src/filtering.c

index 7087446d842c293d9415b85c5fc22cf8e22088bd..22136d406c35a55f950fec3fa446b4268ab188d8 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-12 [alfons]    0.6.6claws52
+
+       * src/filtering.c
+               plug mem leak that has been sitting there for ages              
+
 2002-01-12 [alfons]    0.6.6claws51
 
        * src/summaryview.c
index 18feee6561121325a53b75e05b257cf566f70c4a..c37a6515347c6021d85a9494a68ab68aaf0da1fc 100644 (file)
@@ -8,7 +8,7 @@ MINOR_VERSION=6
 MICRO_VERSION=6
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws51
+EXTRA_VERSION=claws52
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl
index 6505945b155249aa5d78bd54dbd5abf532009547..a679a62a56bcb6d1d40252fa35b9f42c3380ad21 100644 (file)
@@ -400,6 +400,8 @@ void filter_message(GSList *filtering_list, FolderItem *inbox,
        msginfo->msgnum = msgnum;
 
        filter_msginfo(filtering_list, inbox, msginfo, folder_table);
+
+       procmsg_msginfo_free(msginfo);
 }
 
 gchar *filteringaction_to_string(gchar *dest, gint destlen, FilteringAction *action)