curl/lib
2003-07-25 09:46:07 +00:00
..
.cvsignore
arpa_telnet.h Prefix defines and symbols with CURL_ to reduce the risk of colliding with 2003-03-12 08:40:45 +00:00
base64.c
base64.h
ca-bundle.crt
config-mac.h
config-riscos.h
config-vms.h
config-win32.h
config.dj
connect.c
connect.h
content_encoding.c
content_encoding.h
cookie.c
cookie.h
curllib.dsp Juan F. Codagnone's fixes to build properly on Windows again 2003-07-23 08:21:21 +00:00
curllib.dsw
dict.c Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't 2003-07-25 08:30:58 +00:00
dict.h
easy.c Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't 2003-07-25 08:30:58 +00:00
escape.c
escape.h
file.c Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't 2003-07-25 08:30:58 +00:00
file.h
formdata.c
formdata.h
ftp.c krb4-fixes for the moved user+password fields within the structs 2003-07-21 09:19:48 +00:00
ftp.h
getdate.c.cvs
getdate.h
getdate.y
getenv.c
getinfo.c
getinfo.h
getpass.c Some of Doug Kaufman's changes for the DOS port 2003-07-05 13:13:49 +00:00
getpass.h
hash.c
hash.h
hostip.c minor code style fix 2003-07-23 12:55:24 +00:00
hostip.h
http_chunks.c
http_chunks.h
http_digest.c Access the user and passwd fields from the connectdata struct now instead 2003-07-19 23:56:33 +00:00
http_digest.h
http_negotiate.c Daniel Kouril's fix to make the GSS-Negotiate work fine. 2003-07-23 11:28:59 +00:00
http_negotiate.h
http_ntlm.c More support for NTLM on proxies, now proxy state and nonce is stored in 2003-07-22 09:59:36 +00:00
http_ntlm.h The NTLM functions now take a 'proxy' argument as well. 2003-07-22 09:58:57 +00:00
http.c Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't 2003-07-25 08:30:58 +00:00
http.h
if2ip.c
if2ip.h James Bursa made it compile on RISC OS as well. 2003-02-28 13:11:10 +00:00
inet_ntoa_r.h
krb4.c krb4-fixes for the moved user+password fields within the structs 2003-07-21 09:19:48 +00:00
krb4.h
ldap.c Access the user and passwd fields from the connectdata struct now instead 2003-07-19 23:56:33 +00:00
ldap.h
libcurl.def
llist.c
llist.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
Makefile.am With an unknown CA path, we undef the variable. To build properly without 2003-07-25 08:47:34 +00:00
Makefile.b32
Makefile.b32.resp
makefile.dj
Makefile.m32 Andrés García updated with the added files etc 2003-07-25 08:59:55 +00:00
Makefile.riscos
Makefile.vc6 Juan F. Codagnone's fixes to build properly on Windows again 2003-07-23 08:21:21 +00:00
md5.c adjusted to use the same API as the OpenSSL version of the MD5 functions 2003-06-26 11:27:22 +00:00
md5.h
memdebug.c
memdebug.h use CURLDEBUG 2003-06-26 11:27:38 +00:00
mprintf.c
multi.c Dan Winship's fix to make the new auth stuff such as NTLM to work with 2003-07-15 22:46:01 +00:00
netrc.c
netrc.h
progress.c
progress.h
README.encoding
README.memoryleak CURLDEBUG, not MALLOCDEBUG 2003-07-22 10:00:37 +00:00
security.c
security.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
sendf.c
sendf.h
setup.h Some of Doug Kaufman's changes for the DOS port 2003-07-05 13:13:49 +00:00
share.c use CURLDEBUG instead of MALLOCDEBUG 2003-06-26 11:28:26 +00:00
share.h
speedcheck.c
speedcheck.h
ssluse.c re-use existing variable instead of declaring a new local one 2003-07-05 13:27:02 +00:00
ssluse.h
strequal.c
strequal.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
strtok.c
strtok.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
telnet.c Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't 2003-07-25 08:30:58 +00:00
telnet.h
timeval.c
timeval.h
transfer.c Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't 2003-07-25 08:30:58 +00:00
transfer.h
url.c Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't 2003-07-25 08:30:58 +00:00
url.h moved the proxyuser and proxypasswd fields from the sessionhandle to the 2003-07-21 13:16:30 +00:00
urldata.h Added a separate struct for the proxyntlm data, as it will/can be different 2003-07-22 09:58:18 +00:00
version.c

$Id$
                                  _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|

             How To Track Down Suspected Memory Leaks in libcurl
             ===================================================

Single-threaded

  Please note that this memory leak system is not adjusted to work in more
  than one thread. If you want/need to use it in a multi-threaded app. Please
  adjust accordingly.


Build

  Rebuild libcurl with -DCURLDEBUG (usually, rerunning configure with
  --enable-debug fixes this). 'make clean' first, then 'make' so that all
  files actually are rebuilt properly. It will also make sense to build
  libcurl with the debug option (usually -g to the compiler) so that debugging
  it will be easier if you actually do find a leak in the library.

  This will create a library that has memory debugging enabled.

Modify Your Application

  Add a line in your application code:

       curl_memdebug("filename");

  This will make the malloc debug system output a full trace of all resource
  using functions to the given file name. Make sure you rebuild your program
  and that you link with the same libcurl you built for this purpose as
  described above.

Run Your Application

  Run your program as usual. Watch the specified memory trace file grow.

  Make your program exit and use the proper libcurl cleanup functions etc. So
  that all non-leaks are returned/freed properly.

Analyze the Flow

  Use the tests/memanalyze.pl perl script to analyze the memdump file:

    tests/memanalyze.pl < memdump

  This now outputs a report on what resources that were allocated but never
  freed etc. This report is very fine for posting to the list!

  If this doesn't produce any output, no leak was detected in libcurl. Then
  the leak is mostly likely to be in your code.