diff options
author | mdejong <mdejong> | 2002-08-01 18:32:53 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-08-01 18:32:53 (GMT) |
commit | 316eec86b0874ec295c586102740591c39da32bf (patch) | |
tree | e4241aa1f00dda0dd079a09968b6966ba5dc4878 /ChangeLog | |
parent | 8ec3f17d79cc3df7c80743302212dfdfa95f9c50 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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, |