|
From: Andreas K. <and...@us...> - 2002-11-26 22:15:59
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv23352
Modified Files:
Tag: mod-8-3-4-branch
ChangeLog
Log Message:
* generic/tclBasic.c (Tcl_CloneInterp): Moved 'TclCreateExecEnv'
behind 'CloneNamespace'. This fixes the last leak found. The
function creates a variable 'tcl_traceExec', and links a C
variable to it. Running 'CloneNamespace' afterward overwrites
the pointer, leaking the structure created by
'TclCreateExecEnv'.
|