curl-library
Curl_file_done bug
From: Seshubabu Pasam <pasam_at_seshubabu.com>
Date: Wed, 09 Jun 2004 18:38:14 -0700
Date: Wed, 09 Jun 2004 18:38:14 -0700
Not sure if Steven Bazyl have posted this problem or not! There is a bug
on WIN32 platforms in Curl_file_done function. Using the memory callback
functions, we found that there is a leak of one byte for every request.
Curl_safefree(file->path) should be Curl_safefree(file->freepath);
Regards
-Seshubabu Pasam
Received on 2004-06-10