=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/fetch.c,v retrieving revision 1.107 retrieving revision 1.108 diff -c -r1.107 -r1.108 *** src/usr.bin/ftp/fetch.c 2012/08/18 06:46:46 1.107 --- src/usr.bin/ftp/fetch.c 2013/03/30 10:11:35 1.108 *************** *** 1,4 **** ! /* $OpenBSD: fetch.c,v 1.107 2012/08/18 06:46:46 haesbaert Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: fetch.c,v 1.108 2013/03/30 10:11:35 tobias Exp $ */ /* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */ /*- *************** *** 877,882 **** --- 877,883 ---- free(redirurl); goto cleanup_url_get; } + free(buf); } /* Open the output file. */