Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"
authorDaniel Stenberg <daniel@haxx.se>
Sun, 12 May 2013 13:10:01 +0000 (15:10 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 12 May 2013 13:10:01 +0000 (15:10 +0200)
commit7ed25ccf0d1e5b8c7fd3bd90f0375a06011cd394
tree208229312256c01fc43232404948ae4875cf0d0f
parent01eede2662f8f4552324b828d8dd6335ee4e2d44
Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"

This reverts commit 8ec2cb5544b86306b702484ea785b6b9596562ab.

We don't have any code anywhere in libcurl (or the curl tool) that use
wcsdup so there's no such memory use to track. It seems to cause mild
problems with the Borland compiler though that we may avoid by reverting
this change again.

Bug: http://curl.haxx.se/mail/lib-2013-05/0070.html
lib/curl_memory.h
lib/curl_setup.h
lib/easy.c
lib/memdebug.c
lib/memdebug.h
tests/memanalyze.pl
tests/server/getpart.c