aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-internet-address.c
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-05-12 02:39:53 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-12 02:39:53 +0800
commite17b3c90f4a2fc285d83a8badd780b258629b853 (patch)
tree33094dacf028a05a025f5ac1ff7855a64f4e3622 /camel/camel-internet-address.c
parent62c8174bac8139b29a71ea79c879c4cbdd6cd064 (diff)
downloadgsoc2013-evolution-e17b3c90f4a2fc285d83a8badd780b258629b853.tar.gz
gsoc2013-evolution-e17b3c90f4a2fc285d83a8badd780b258629b853.tar.zst
gsoc2013-evolution-e17b3c90f4a2fc285d83a8badd780b258629b853.zip
Big bunch o memleaks fixed.
2000-05-11 NotZed <NotZed@HelixCode.com> * camel-mime-part.c (write_to_stream): Unref the filter after adding it to the filtering stream. * providers/mbox/camel-mbox-summary.c (camel_mbox_summary_finalise): Free the folder path. * camel-folder-summary.c (camel_folder_summary_finalise): Free the summary path. * camel-internet-address.c (internet_decode): Free multiple entry addresses properly. * camel-mime-utils.c (header_decode_mailbox): Plugged another memleak, free text after converting it. (header_decode_addrspec): More leaks plugged. * camel-mime-message.c (finalize): Free message_uid. (finalize): Free the recipients hashtable. svn path=/trunk/; revision=2989
Diffstat (limited to 'camel/camel-internet-address.c')
-rw-r--r--camel/camel-internet-address.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-internet-address.c b/camel/camel-internet-address.c
index fdf790dfd5..003cae5b48 100644
--- a/camel/camel-internet-address.c
+++ b/camel/camel-internet-address.c
@@ -106,7 +106,7 @@ internet_decode (CamelAddress *a, const char *raw)
}
n = n->next;
}
- header_address_unref(ha);
+ header_address_list_clear(&ha);
}
return 0;
}
p;id=92481ff42e9bb41a7b5bd617aaaaaceecb3f7bb2'>. Update website.glewis2007-01-241-1/+1 * Remove USE_REINPLACE from all categories starting with Sedwin2006-05-131-1/+0 * Conversion to a single libtool environment.ade2006-02-234-18/+4 * . Add SHA256.glewis2005-11-161-2/+7 * Now builds on amd64kris2005-04-111-2/+2 * . Simplify how DISTFILES is constructed, which also makes portlint happyglewis2005-04-081-8/+6 * . Add an explicit -lm when linking hdiff, required by gcc 3.4. This shouldglewis2005-03-201-0/+13 * . Install documentation.glewis2005-03-193-1/+40 * . Add Szip support.glewis2005-03-181-2/+4 * . Update to 4.2r1.glewis2005-03-1820-531/+651 * Fixed installation on 5.x and 6.x.ru2004-09-061-2/+2 * SIZEify (maintainer timeout)trevor2004-03-311-0/+1 * - Add CONFLICTS between math/netcdf and science/hdf, they both installpav2004-03-251-0/+2 * BROKEN on !i386 and !alpha: Does not compilekris2004-03-071-1/+7 * set CATEGORIES equal to science/hdf5, fixing PKGORIGINeik2004-02-291-1/+1 * Add INSTALLS_SHLIB to the Makefileedwin2003-10-061-0/+2 * Clear moonlight beckons.ade2003-03-072-1/+1 * Fix build on -stable.marcus2002-09-162-2/+2 * INTERNALLIB has a different meaning in the new bsd.lib.mkru2002-07-222-4/+0 * Add the WWW line and remove my old and non-functional e-mail address.mi2001-12-221-2/+1 * Every two years I upgrade this -- whether it needs it or not. Upgrademi2001-12-222-3/+3 * Do not install patchlevel.h into ${LOCALBASE}/include. Variousmi2001-05-302-3/+2