curl tool: fix a bunch of double free's uncovered 2011-09-15
authorYang Tse <yangsita@gmail.com>
Thu, 15 Sep 2011 18:03:30 +0000 (20:03 +0200)
committerYang Tse <yangsita@gmail.com>
Thu, 15 Sep 2011 18:03:30 +0000 (20:03 +0200)
commite6697ef59c3a0a1a77188c8b7e401c874190c8db
tree8844724262370dbca1f5a195d0aba3f7ce9cc21a
parentff9d85872248f360aa76791b050872fb332a1ea0
curl tool: fix a bunch of double free's uncovered 2011-09-15

Re-enabling MemoryTracking capability on 'src' subdirectory files and torture
tests have uncovered many issues which were going unnoticed in curl tool. So
here we go fixing some of them. Others still remain and should be addressed
ASAP, given that curl tool is used in our test harness also for test server
start verification purposes. There are even non-socket file descriptor leaks.
src/main.c
src/urlglob.c