Robson Braga Araujo fixed a memory leak when you added an easy handle to a
authorDaniel Stenberg <daniel@haxx.se>
Tue, 9 May 2006 11:33:00 +0000 (11:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 May 2006 11:33:00 +0000 (11:33 +0000)
commit73daf8ce334dc3d3dc8215cd898cfbb9fe3267de
treee6b8e0137600d2ef7f7cc8699d9cee091bb721aa
parent094ceeba14b407f8eafb67d26659649f0dda4b09
Robson Braga Araujo fixed a memory leak when you added an easy handle to a
multi stack and that easy handle had already been used to do one or more
easy interface transfers, as then the code threw away the previously used
DNS cache without properly freeing it.
CHANGES
RELEASE-NOTES
lib/multi.c