summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-08-01 18:32:53 (GMT)
committermdejong <mdejong>2002-08-01 18:32:53 (GMT)
commit316eec86b0874ec295c586102740591c39da32bf (patch)
treee4241aa1f00dda0dd079a09968b6966ba5dc4878 /ChangeLog
parent8ec3f17d79cc3df7c80743302212dfdfa95f9c50 (diff)
downloadtcl-316eec86b0874ec295c586102740591c39da32bf.zip
tcl-316eec86b0874ec295c586102740591c39da32bf.tar.gz
tcl-316eec86b0874ec295c586102740591c39da32bf.tar.bz2
* generic/tclCkalloc.c (TclFinalizeMemorySubsystem):
Don't lock the ckalloc mutex before invoking the Tcl_DumpActiveMemory function since it also locks the same mutex. This code is only executed when "memory onexit filename" has been executed and Tcl is compiled with -DTCL_MEM_DEBUG.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea49edd..93bfdf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-08-01 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * generic/tclCkalloc.c (TclFinalizeMemorySubsystem):
+ Don't lock the ckalloc mutex before invoking the
+ Tcl_DumpActiveMemory function since it also
+ locks the same mutex. This code is only executed
+ when "memory onexit filename" has been executed
+ and Tcl is compiled with -DTCL_MEM_DEBUG.
+
2002-08-01 Reinhard Max <max@suse.de>
* win/tclWinPort.h: The windows headers don't provide socklen_t,