aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-31 00:41:39 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-31 00:41:39 +0000
commite1811a6ef489584145ebbe520500feb881b79f7d (patch)
treead40eeec1e23dcfdfd5a4b9f9a48da17fae10f41 /options.c
parentfbc9704aebaef278029a3ee01720ad0b835e5b56 (diff)
downloadfetchmail-e1811a6ef489584145ebbe520500feb881b79f7d.tar.gz
fetchmail-e1811a6ef489584145ebbe520500feb881b79f7d.tar.bz2
fetchmail-e1811a6ef489584145ebbe520500feb881b79f7d.zip
Plug memory leaks.
svn path=/trunk/; revision=4197
Diffstat (limited to 'options.c')
-rw-r--r--options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.c b/options.c
index 6d70bd60..01c64b6b 100644
--- a/options.c
+++ b/options.c
@@ -322,6 +322,7 @@ struct query *ctl; /* option record to be initialized */
break;
case 'f':
case LA_RCFILE:
+ xfree(rcfile);
rcfile = prependdir (optarg, currentwd);
break;
case 'i':