artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
136c26b
)
Fix double free. ok guenther@
author
jca
<jca@openbsd.org>
Thu, 21 Aug 2014 16:46:48 +0000
(16:46 +0000)
committer
jca
<jca@openbsd.org>
Thu, 21 Aug 2014 16:46:48 +0000
(16:46 +0000)
usr.bin/ftp/fetch.c
patch
|
blob
|
history
diff --git
a/usr.bin/ftp/fetch.c
b/usr.bin/ftp/fetch.c
index
8a83612
..
e130895
100644
(file)
--- a/
usr.bin/ftp/fetch.c
+++ b/
usr.bin/ftp/fetch.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: fetch.c,v 1.12
6 2014/07/14 09:26:27 jsing Exp $
*/
+/* $OpenBSD: fetch.c,v 1.12
7 2014/08/21 16:46:48 jca Exp $
*/
/* $NetBSD: fetch.c,v 1.14 1997/08/18 10:20:20 lukem Exp $ */
/*-
@@
-975,7
+975,6
@@
cleanup_url_get:
ressl_free(ssl);
}
free(full_host);
- free(credentials);
#endif /* !SMALL */
if (fin != NULL)
fclose(fin);