mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
possible windows memory leak fixed by Gisle
This commit is contained in:
parent
336154e729
commit
396cff5779
4
CHANGES
4
CHANGES
@ -7,6 +7,10 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
|
||||||
|
Daniel (14 June 2005)
|
||||||
|
- Gisle Vanem fixed a potential thread handle leak. Bug report #1216500.
|
||||||
|
Comment in http://curl.haxx.se/mail/lib-2005-06/0059.html
|
||||||
|
|
||||||
Daniel (13 June 2005)
|
Daniel (13 June 2005)
|
||||||
- Made buildconf run libtoolize in the ares dir too (inspired by Tupone's
|
- Made buildconf run libtoolize in the ares dir too (inspired by Tupone's
|
||||||
reverted patch).
|
reverted patch).
|
||||||
|
@ -15,6 +15,7 @@ This release includes the following changes:
|
|||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
|
o possible memory leak in windows name resolves
|
||||||
o c-ares enabled build with mingw
|
o c-ares enabled build with mingw
|
||||||
o proxy host set with numerical IPv6 address
|
o proxy host set with numerical IPv6 address
|
||||||
o better treatment of binary zeroes in HTTP response headers
|
o better treatment of binary zeroes in HTTP response headers
|
||||||
|
Loading…
Reference in New Issue
Block a user