|
From: Andreas K. <and...@us...> - 2002-11-26 21:13:53
|
Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv30171
Modified Files:
Tag: mod-8-3-4-branch
ChangeLog
Log Message:
* tclBasic.c (CloneVariable): The initialization of the refCount
for the cloned variable assumed that all variables are namespace
variables. This is not true. Globals are not marked as in a
namespace. This caused the system to skip freeing all global
variables in a cloned interpreter. Changed to explicitly check
the variable if it is namespace'd.
|