Skip to content
Snippets Groups Projects
Commit 8f52b731 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

the malloc debug system assumes single thread

parent d442088e
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,13 @@ $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 -DMALLOCDEBUG (usually, rerunning configure with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment