diff options
author | Dan Winship <danw@src.gnome.org> | 2000-02-24 05:04:30 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-02-24 05:04:30 +0800 |
commit | e4842dc1b18a24d2e268f0e40d1329f6cb739753 (patch) | |
tree | 62b7ed8b1dda30042c5de4dd941df56b93d4f2f7 /camel/ChangeLog | |
parent | 721f78b320ad2ac3064fd4102d244f30a74cf255 (diff) | |
download | gsoc2013-evolution-e4842dc1b18a24d2e268f0e40d1329f6cb739753.tar gsoc2013-evolution-e4842dc1b18a24d2e268f0e40d1329f6cb739753.tar.gz gsoc2013-evolution-e4842dc1b18a24d2e268f0e40d1329f6cb739753.tar.bz2 gsoc2013-evolution-e4842dc1b18a24d2e268f0e40d1329f6cb739753.tar.lz gsoc2013-evolution-e4842dc1b18a24d2e268f0e40d1329f6cb739753.tar.xz gsoc2013-evolution-e4842dc1b18a24d2e268f0e40d1329f6cb739753.tar.zst gsoc2013-evolution-e4842dc1b18a24d2e268f0e40d1329f6cb739753.zip |
Free the data in the headers hash table. (_add_header): g_strdup the
* camel-medium.c (_finalize): Free the data in the headers hash
table.
(_add_header): g_strdup the header name and value when adding it.
* camel-mime-part-utils.c
(camel_mime_part_construct_headers_from_stream): Free the header
data after calling camel_medium_add_header, since it will have
g_strdup()ed it itself.
svn path=/trunk/; revision=1913
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 619c4743c3..67e0a67776 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2000-02-23 Dan Winship <danw@helixcode.com> + + * camel-medium.c (_finalize): Free the data in the headers hash + table. + (_add_header): g_strdup the header name and value when adding it. + + * camel-mime-part-utils.c + (camel_mime_part_construct_headers_from_stream): Free the header + data after calling camel_medium_add_header, since it will have + g_strdup()ed it itself. + 2000-02-22 NotZed <NotZed@HelixCode.com> * providers/mbox/camel-mbox-search.c: Dont compile by default. |