From 60c1d5157275adf701c7f453432d3d9273c71c80 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Thu, 19 Jan 2006 03:28:54 +0000 Subject: Free netrc list as soon as it's no longer needed. svn path=/branches/BRANCH_6-3/; revision=4660 --- fetchmail.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 62ea09fc..640c9f69 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -359,6 +359,9 @@ int main(int argc, char **argv) } } + free_netrc(netrc_list); + netrc_list = 0; + /* perhaps we just want to check options? */ if (versioninfo) { -- cgit v1.2.3