- Patrick Scott found a rather large memory leak when using the multi
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2009 21:36:47 +0000 (21:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Feb 2009 21:36:47 +0000 (21:36 +0000)
commitd4ac3d53fc13ec9fdf4e693e4b6fe2539ee6592c
tree99548facd67afb22420917cb6486934d0912e722
parentf0332c0b581f4a7af27d54ac1f837beb59a87fdf
- Patrick Scott found a rather large memory leak when using the multi
  interface and setting CURLMOPT_MAXCONNECTS to something less than the number
  of handles you add to the multi handle. All the connections that didn't fit
  in the cache would not be properly disconnected nor freed!
CHANGES
RELEASE-NOTES
lib/url.c