aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-08-27 08:59:45 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-08-27 08:59:45 +0800
commita1bf7aa6c41783b0d8f26a9c25e18e1ad7372793 (patch)
treee8ff17c8dd0f9e744f613a2c73314c2037f38196 /camel
parent6936253be412510e481f5893062451e9d5f3a087 (diff)
downloadgsoc2013-evolution-a1bf7aa6c41783b0d8f26a9c25e18e1ad7372793.tar.gz
gsoc2013-evolution-a1bf7aa6c41783b0d8f26a9c25e18e1ad7372793.tar.zst
gsoc2013-evolution-a1bf7aa6c41783b0d8f26a9c25e18e1ad7372793.zip
Use `g_free()' instead of `free()' in the `header_decode_text()'
helper function. svn path=/trunk/; revision=5061
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog5
-rw-r--r--camel/camel-mime-utils.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index a5edabe6e9..0406a49168 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-26 Ettore Perazzoli <ettore@helixcode.com>
+
+ * camel-mime-utils.c (header_decode_text): Use `g_free()', not
+ `free()', to free `decword'.
+
2000-08-25 Peter Williams <peterw@helixcode.com>
* camel.c (camel_init): Don't call unicode_init; code in e-util
diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c
index 781ae59c23..90d7496ce3 100644
--- a/camel/camel-mime-utils.c
+++ b/camel/camel-mime-utils.c
@@ -932,7 +932,7 @@ header_decode_text(const char *in, int inlen)
if (decword) {
out = g_string_append_len(out, inptr, encstart-inptr);
out = g_string_append_len(out, decword, strlen(decword));
- free(decword);
+ g_free (decword);
} else {
out = g_string_append_len(out, inptr, encend-inptr+2);
}
:12:31 +0800'>2000-02-142-3/+1 * Style nits in the ports I maintain.obrien2000-02-135-20/+21 * Mark it as BORKEN in 3-stable.imura2000-02-131-0/+4 * Update to version 1.41.imura2000-02-133-8/+10 * Fix a problem around kmem group.imura2000-02-131-11/+8 * Point MASTER_SITES and pkg/DESCR to new location.ade2000-02-092-4/+2 * Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-086-6/+6 * Add a MASTER_SITE and fix the original MASTER_SITE.billf2000-02-082-2/+3 * Upgrade to 0.77vanilla2000-02-064-71/+891 * chop down manpage to <24 lines (portlint)mharo2000-02-031-42/+1 * - upgrade to 2.4.6dirk2000-02-036-23/+44 * We only need to strip the binary oncejedgar2000-02-011-1/+1 * portlintbillf2000-02-011-2/+2 * Drop privileges before executing user commands.kris2000-01-303-19/+30 * Drop privileges before executing user commandskris2000-01-301-0/+21 * Remove trailing whitespace, remove x11 from categories, USE_XLIB whenbillf2000-01-301-1/+4 * Upgrade to 1.8.dirk2000-01-309-51/+21 * Upgrade to mkisofs included in cdrecord-1.8.dirk2000-01-306-38/+18 * $Id$ -> $FreeBSD$billf2000-01-301-1/+1 * Fix typo MASTER_SITE -> MASTER_SITES, and fix the MASTER_SITE_SUBDIRbillf2000-01-301-2/+2 * portlint (whitespace only change)billf2000-01-301-1/+0 * fix some pkg/MESSAGE stuffmharo2000-01-301-1/+1 * p5-SyslogScan contains routines to parse system logs.ade2000-01-296-0/+73 * Upgrade to nut-0.42.2.bp2000-01-298-10/+18 * - Support CC/CFLAGS/PREFIX properlysteve2000-01-243-20/+53 * Maintainer (and author) no longer wishes to maintain this port.steve2000-01-241-1/+1 * Update to version 1.01.steve2000-01-243-19/+16 * One must 1st commit any changes to the distfile and then run `make makesum'obrien2000-01-241-1/+1 * Correct grammar in commentskris2000-01-231-3/+3 * add WWW:mharo2000-01-221-0/+2 * Suppprt CC/CFLAGS properlymharo2000-01-221-6/+7 * Activate cronologjedgar2000-01-221-0/+1 * cronolog is a simple program that reads log messages from its inputjedgar2000-01-226-0/+74 * Fix WWWcpiazza2000-01-221-1/+1 * * Update port to 0.3jedgar2000-01-222-3/+3 * Respect CC and CFLAGSkris2000-01-211-0/+10 * Upgrade to 1.8a40.dirk2000-01-199-18/+18 * Upgrade to mkisofs included in cdrecord-1.8a40.dirk2000-01-194-12/+10 * share `setcdboot' with the Alpha world!obrien2000-01-181-0/+1 * Mark a file bootable within an Alpha ISO-9660 image.obrien2000-01-186-0/+283 * Update port to 0.1.28jedgar2000-01-183-7/+8 * Update port to 0.3bjedgar2000-01-183-3/+16 * Upgrade to the 4.48 version.obrien2000-01-152-3/+3 * Add pkg_remove.cpiazza2000-01-156-0/+32 * Add nut.asami2000-01-141-0/+1 * Update lsof 4.47 to patchlevel C.obrien2000-01-132-3/+3 * Update version 4.47 to patchlevel B.obrien2000-01-122-3/+3 * Remove unneeded patches and add a new onecpiazza2000-01-121-0/+8 * Update to 0.4.2cpiazza2000-01-122-9/+17 * Update to 0.9.4.cpiazza2000-01-125-4/+35 * New port for 'nut' package. It supports wide variety of UPS hardwarebp2000-01-1116-0/+328 * include sarahdbaker2000-01-111-0/+1 * Import of new port sarah into sysutils.dbaker2000-01-115-0/+34 * Modify my e-mail address.shige2000-01-091-1/+1 * Update to 0.76andreas2000-01-082-3/+14 * Upgrade to mkisofs included in cdrecord-1.8a38.dirk2000-01-084-4/+4 * Change MAINTAINER to ade@FreeBSD.org .nakai2000-01-073-3/+3 * Activate eject.shige2000-01-061-0/+1 * Utility for ejecting media from CD or optical disk drive.shige2000-01-055-0/+42 * Use a long for the load average and include netinet/in.h beforesteve2000-01-012-0/+21 * Fix a security hole where a user can obtain kmem group privs. Notesteve2000-01-011-16/+31 * Active popt and logrotatejedgar1999-12-301-0/+1 * Logrotate is a system utility that rotates, compresses, removes and mailsjedgar1999-12-3011-0/+199 * Upgrade to mkisofs included in cdrecord-1.8a37.dirk1999-12-304-4/+4 * Upgrade to 1.8a37.dirk1999-12-306-9/+9 * Terminate buffer so we don't print garbage.steve1999-12-291-0/+6 * General comment cleanups.hoek1999-12-295-5/+5 * Activate musejedgar1999-12-281-0/+1 * This is muse, which lists out memory usage categorized by Active, Inactive,jedgar1999-12-285-0/+32 * My tar archive was corrupt.andreas1999-12-271-1/+1 * detach version 1.3steve1999-12-266-0/+29 * Update webmin to newest version 0.75 as requested by some webmin users...andreas1999-12-254-405/+368 * Update to version 1.5.steve1999-12-252-6/+6 * Update to version 1.8.steve1999-12-242-3/+3 * Turn some spaces into tabs.steve1999-12-241-5/+5 * Remove a blank line at the end of the description.steve1999-12-241-1/+0 * Add program WWW siteache1999-12-232-0/+4 * Upgrade to 346ache1999-12-232-3/+4 * Update MAINTAINER's email addressjedgar1999-12-231-1/+1 * Upgrade to mkisofs included in cdrecord-1.8a36.dirk1999-12-224-4/+4 * Upgrade to 1.8a36.dirk1999-12-226-9/+9 * Update version number with distfile change.steve1999-12-111-2/+2 * Finally got the man pages REALLY right.wes1999-12-103-4/+2 * Fix MD5 mismatch; the port compiles and runs fine.wes1999-12-101-1/+1 * Update to version 0.4.0imura1999-12-102-10/+11 * Update to version 0.9.2imura1999-12-102-4/+4 * Update to recognized that the KAME IPv6 is installed and enable supportobrien1999-12-082-7/+3 * Add a patch that enables the proper handling of an IPv4 address when it isobrien1999-12-062-1/+5 * Mention Joliet.dirk1999-12-062-2/+2 * Upgrade to mkisofs included in cdrecord-1.8a33.dirk1999-12-064-4/+4 * - upgrade to cdrecord-1.8a33dirk1999-12-0618-12/+45 * Correct update to use Tcl/Tk version 8.2jmz1999-12-063-16/+20 * Update to version 1.10cpiazza1999-12-052-4/+4 * Update MASTER_SITEScpiazza1999-12-051-1/+1 * New location on MASTER_SITE.steve1999-12-057-7/+7 * Upgrade to the 4.47 version.obrien1999-11-302-3/+3 * Update to use Tcl/Tk version 8.2.steve1999-11-295-3/+89 * Update to use Tcl/Tk version 8.2.steve1999-11-291-2/+2 * The pkg_version port is now part of the base system so keeping an entrysteve1999-11-281-1/+0 * Switch to tcl/tk 8.2jseger1999-11-261-3/+3 * Update to 0.4: fixed a stupid buglet in some diagnostic code, andwes1999-11-242-3/+3 * Distribution file was updated.cpiazza1999-11-221-1/+1 * Update to version 0.61 which fixes the problem reported in PR 15023.cpiazza1999-11-222-3/+3 * Activate obliterate.wes1999-11-211-0/+1 * Add port for obliterate command, which overwrites and thenwes1999-11-215-0/+25 * Update to version 0.2cpiazza1999-11-214-6/+17 * Upgrade to 1.7.3.obrien1999-11-173-10/+27 * Update to version 0.60cpiazza1999-11-146-34/+14 * Activate the diskusage and healthd ports.steve1999-11-141-0/+2 * Initial import of healthd version 0.1.steve1999-11-145-0/+32 * Initial import of diskusage version 1.00.steve1999-11-145-0/+44 * Update to version 0.9.8.steve1999-11-143-6/+6 * New MASTER_SITE.steve1999-11-144-2/+8 * Update to version 1.3.jim1999-11-133-4/+6 * Update to version 1.7.2.obrien1999-11-102-3/+4 * Upgrade to 1.8a31.dirk1999-11-096-6/+6 * As requested by Christian Weisgerberandreas1999-11-093-0/+25 * 4.47 pre-release, tries to work around some of the name cache and i_devobrien1999-11-062-3/+3 * Add uwatch.asami1999-11-041-0/+1 * remove mergemasterbillf1999-11-041-1/+0 * Import of uwatch.jim1999-11-046-0/+36 * Activate wmfirejim1999-11-041-0/+1 * Change category from misc -> sysutilsjim1999-11-041-1/+1 * Reimport of wmfire. No repo copy needed since there was no historyjim1999-11-047-0/+59 * Activate ipscjim1999-11-031-0/+1 * Import of ipsc.jim1999-11-035-0/+50 * Activate pripsjim1999-11-031-0/+1 * Import of prips.jim1999-11-035-0/+31 * Activate the gpart and guitar ports. Re-order the glload port.steve1999-11-011-1/+3 * Initial import of guiTAR version 0.1.4.steve1999-11-017-0/+109 * Initial import of gpart version 0.1e.steve1999-11-017-0/+58 * Update to version 1.1.3.steve1999-11-015-15/+43 * Activate cpdup portdillon1999-11-011-0/+1 * Initial port for cpdupdillon1999-11-015-0/+24 * upgrade to cfengine-1.5.3jseger1999-10-2916-44/+76 * Upgrade to 4.46.obrien1999-10-292-3/+3 * update mastersitemharo1999-10-271-1/+1 * Change to follow gtkmm shlib version bump.asami1999-10-251-1/+1 * Distfile was updated on MASTER_SITEcpiazza1999-10-221-1/+1 * Update to version 0.55cpiazza1999-10-214-14/+28 * Update to version 0.55cpiazza1999-10-214-13/+29 * Update to versio 0.9.7cpiazza1999-10-215-16/+17 * Update to version 1.2cpiazza1999-10-214-11/+18 * Update to verison 1.2 (no longer FORBIDDEN on 3.x)cpiazza1999-10-213-13/+8 * Activate lavapscpiazza1999-10-211-0/+1 * lavaps -- a lava lamp of currently running processescpiazza1999-10-215-0/+47 * Added wmbatterytaoka1999-10-211-0/+1 * WindowMaker dockapp that displays info about your battery.taoka1999-10-216-0/+104 * Use mkisofs supplied with cdrecord.dirk1999-10-198-80/+142 * Upgrade to 1.8a30.dirk1999-10-196-6/+6 * PR: ports/14303nakai1999-10-149-12/+24 * PR: ports/14303nakai1999-10-1412-20/+40 * Change BROKEN to FORBIDDEN; it builds on 3.x but doesn't run.cpiazza1999-10-112-2/+2 * Change BROKEN to FORBIDDEN -- it will compile but won't run.asami1999-10-101-1/+1 * wmhm requires xpm.asami1999-10-101-0/+2 * activate flexbackupcpiazza1999-10-071-0/+1 * Flexbackup is a flexible "wrapper" around dump, cpio, afio, or tar which helpscpiazza1999-10-076-0/+79 * Activate asmoncpiazza1999-10-061-0/+1 * The asmon tool is an AfterStep look-n-feel memory, swap, cpu, and loadcpiazza1999-10-067-0/+540 * Activate roottailcpiazza1999-10-061-0/+1 * Simple utility to tail files/logs to a root X window.cpiazza1999-10-065-0/+34 * Apply small fix from PR ports/14090.dan1999-10-041-1/+1 * Updated port to 0.1.25dan1999-09-292-3/+3 * Updated wmlmmon to 0.52dan1999-09-293-4/+4 * Updated lmmon to 0.52dan1999-09-293-4/+4 * Remove the pre-fetch targetcpiazza1999-09-281-1/+0 * Grr, damned xterm copy/paste linebreakscpiazza1999-09-281-2/+1 * Make a warning into a BROKEN for < 400000 and move it out of pre-fetchcpiazza1999-09-281-6/+3 * Activate lmmon and wmlmmoncpiazza1999-09-281-0/+2 * wmlmmon v0.50cpiazza1999-09-285-0/+42 * lmmon v0.50cpiazza1999-09-285-0/+34 * Update to version 1.4.steve1999-09-272-3/+3 * Update to version 3.6.8.steve1999-09-275-102/+125 * Activate consolemhdan1999-09-271-0/+1 * Imported consolehm (version 1.0)dan1999-09-275-0/+33 * Fix a typo (" -> ')cpiazza1999-09-271-1/+1 * Updated port.dan1999-09-272-3/+3 * update MASTER_SITES and mark BROKEN for non-current.cpiazza1999-09-251-3/+8 * Add a link from cdda2wav to list_audio_tracks.dirk1999-09-256-0/+6 * Activate wmhmcpiazza1999-09-241-0/+1 * Import of wmhm.cpiazza1999-09-245-0/+30 * Update to version 0.1.23cpiazza1999-09-242-3/+3 * Respect ${CC} and ${CFLAGS}.dirk1999-09-223-0/+93 * Upgrade to 1.8a29.dirk1999-09-206-9/+9 * time(3) takes a time_t and not a long.steve1999-09-201-0/+11 * The second to arg to snprintf(3) is of type size_t.steve1999-09-201-0/+20 * ln(1) a set of rules so this build (at least) on FreeBSD/Alpha.steve1999-09-201-0/+6 * Update master site.wosch1999-09-193-3/+3 * Make cdrecord build on alpha (at least).dirk1999-09-196-12/+90 * Update to KDE-1.1.2se1999-09-189-9/+150 * The version number of libgif.so has changed to 5.steve1999-09-183-3/+3 * - upgrade to 1.8a28:dirk1999-09-179-24/+18 * Change MAINTAINER from jmz@FreeBD.org to dirk@FreeBSD.org.dirk1999-09-173-3/+3 * The checksums have changed on us...dburr1999-09-111-2/+2 * Fix build on -current.cpiazza1999-09-101-0/+12 * Reduce fuzz and offsets in patches.fenner1999-09-092-4/+4 * Update to screen 3.9.5fenner1999-09-094-40/+4 * Update to version 0.1.22cpiazza1999-09-093-3/+4 * upgrade to 340ache1999-09-092-2/+2 * portlintobrien1999-09-061-1/+1 * FreeBSD.ORG -> FreeBSD.orgmharo1999-08-3127-40/+40 * $Id$ -> $FreeBSD$peter1999-08-31