David Byron found a problem multiple -d options when libcurl was built with
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 Mar 2006 21:59:40 +0000 (21:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Mar 2006 21:59:40 +0000 (21:59 +0000)
commitf17d9bba14f231daba4996285053363d045cbffa
tree801ce47eca019bd736e0804d5fd79b1d3c946762
parentd74725ce6796175ebc2ecb65b4ba72b59029c7de
David Byron found a problem multiple -d options when libcurl was built with
--enable-debug, as then curl used free() on memory allocated both with
normal malloc() and with libcurl-provided functions, when the latter MUST be
freed with curl_free() in debug builds.
CHANGES
RELEASE-NOTES
src/main.c