From e1811a6ef489584145ebbe520500feb881b79f7d Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 31 Jul 2005 00:41:39 +0000 Subject: Plug memory leaks. svn path=/trunk/; revision=4197 --- options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options.c') 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': -- cgit v1.2.3