From 8f52b731f45eabd5b036b146a27e93ec7fa9e807 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 28 Oct 2002 21:05:14 +0000
Subject: [PATCH] the malloc debug system assumes single thread

---
 lib/README.memoryleak | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/lib/README.memoryleak b/lib/README.memoryleak
index 8402dc40ed..8fe2db78a5 100644
--- a/lib/README.memoryleak
+++ b/lib/README.memoryleak
@@ -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
-- 
GitLab