]> Pileus Git - ~andy/fetchmail/commitdiff
Free netrc list as soon as it's no longer needed.
authorMatthias Andree <matthias.andree@gmx.de>
Thu, 19 Jan 2006 03:28:54 +0000 (03:28 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Thu, 19 Jan 2006 03:28:54 +0000 (03:28 -0000)
svn path=/branches/BRANCH_6-3/; revision=4660

fetchmail.c

index 62ea09fc34609e3e74100fcfa1a40b8b82eb48b4..640c9f69d58e1907f420d259af5ee8df2342b031 100644 (file)
@@ -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)
     {