I made Curl_done() take a pointer-pointer in the first argument instead, and
authorDaniel Stenberg <daniel@haxx.se>
Mon, 17 May 2004 08:05:46 +0000 (08:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 May 2004 08:05:46 +0000 (08:05 +0000)
commit8001921112f726c10caa09d0725f90230636dea6
tree7e9bd378737fd740ba24e4f3e76520e3a617a91d
parentd7cb09bd18f98dd870198e9474f4315f48d28daa
I made Curl_done() take a pointer-pointer in the first argument instead, and
if the connection is killed it blanks the pointer it points to, to make it
easier to detect usage problems whereever Curl_done() is used.
lib/transfer.c
lib/url.c
lib/url.h