Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointed
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Aug 2007 22:48:41 +0000 (22:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Aug 2007 22:48:41 +0000 (22:48 +0000)
commit91fd2c3bcdc9f0d336c6d7404279db03ea4eaca9
tree10350efdf90731b134d9ce7caf15bbff90f0900f
parentd38891c9500216c5c69d1d0aa7c725f1de449ddf
Bug report #1779751 (curl.haxx.se/bug/view.cgi?id=1779751) pointed
out that doing first a file:// upload and then an FTP upload crashed libcurl
or at best caused furious valgrind complaints. Fixed now by making sure we
free and clear the file-specific struct properly when done with it.
CHANGES
RELEASE-NOTES
lib/file.c