From aec44d0e72c7bfe4536289d450541358ce86e027 Mon Sep 17 00:00:00 2001 From: Alfons Hoogervorst Date: Sat, 12 Jan 2002 20:58:01 +0000 Subject: [PATCH] plug a fossilised (as in been there a long there) memory leak --- ChangeLog.claws | 5 +++++ configure.in | 2 +- src/filtering.c | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog.claws b/ChangeLog.claws index 7087446d8..22136d406 100644 --- a/ChangeLog.claws +++ b/ChangeLog.claws @@ -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 diff --git a/configure.in b/configure.in index 18feee656..c37a65153 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/src/filtering.c b/src/filtering.c index 6505945b1..a679a62a5 100644 --- a/src/filtering.c +++ b/src/filtering.c @@ -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) -- 2.25.1