diff options
author | dgp <dgp@users.sourceforge.net> | 2002-02-28 00:53:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-02-28 00:53:32 (GMT) |
commit | dfa5329058b763cbe42687ceba9095b5b13c5c2a (patch) | |
tree | 73f3e2e794f7287ca5173f2582836a8419ec9e3b /ChangeLog | |
parent | 7b4c011ac00349355a6805ea3f30f8f02f5e9169 (diff) | |
download | tcl-dfa5329058b763cbe42687ceba9095b5b13c5c2a.zip tcl-dfa5329058b763cbe42687ceba9095b5b13c5c2a.tar.gz tcl-dfa5329058b763cbe42687ceba9095b5b13c5c2a.tar.bz2 |
* generic/tclMain.c (Tcl_Main,StdinProc): Corrected some reference
count management errors on the interactive commandPtr Tcl_Obj found by
Purify. Thanks to Jeff Hobbs for the report and assistance.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-02-27 Don Porter <dgp@users.sourceforge.net> + + * generic/tclMain.c (Tcl_Main,StdinProc): Corrected some reference + count management errors on the interactive command Tcl_Obj found by + Purify. Thanks to Jeff Hobbs for the report and assistance. + 2002-02-27 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclBasic.c (Tcl_EvalTokensStandard): corrected mem leak |