diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-10 12:06:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-10 12:06:53 +0800 |
commit | 8907111d47ab7c750a7e99636c21ceab51255243 (patch) | |
tree | 139a83dd9e86703c28a9181ddf42749cf105e459 /camel/ChangeLog | |
parent | eb410c5893a848b913bbf9de266ee79be890f405 (diff) | |
download | gsoc2013-evolution-8907111d47ab7c750a7e99636c21ceab51255243.tar.gz gsoc2013-evolution-8907111d47ab7c750a7e99636c21ceab51255243.tar.zst gsoc2013-evolution-8907111d47ab7c750a7e99636c21ceab51255243.zip |
regfree the pattern before continue'ing. This was showing up quite a bit
2001-08-10 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-utils.c (header_raw_check_mailing_list): regfree the
pattern before continue'ing. This was showing up quite a bit under
purify.
svn path=/trunk/; revision=11867
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 865c8ddd9e..ec92beaee2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-08-10 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-utils.c (header_raw_check_mailing_list): regfree the + pattern before continue'ing. This was showing up quite a bit under + purify. + 2001-08-09 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-utils.c (imap_parse_string_generic): A |