From e4842dc1b18a24d2e268f0e40d1329f6cb739753 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 23 Feb 2000 21:04:30 +0000 Subject: 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 --- camel/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'camel/ChangeLog') 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 + + * 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 * providers/mbox/camel-mbox-search.c: Dont compile by default. -- cgit v1.2.3