diff options
author | dgp <dgp@users.sourceforge.net> | 2006-06-01 17:19:29 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-06-01 17:19:29 (GMT) |
commit | 2a0db87764a4b70fd8dff0002bd2cdf63a4751a5 (patch) | |
tree | c7bdf54677d410b36e05e2825588395efa068dc5 /ChangeLog | |
parent | de94051cc9cefddb0cfae707598416939eabe5b8 (diff) | |
download | tk-2a0db87764a4b70fd8dff0002bd2cdf63a4751a5.zip tk-2a0db87764a4b70fd8dff0002bd2cdf63a4751a5.tar.gz tk-2a0db87764a4b70fd8dff0002bd2cdf63a4751a5.tar.bz2 |
* generic/tkConsole.c: Added Tcl_RegisterChannel() calls to bump
the refcount of channels passed to Tcl_SetStdChannel(). This prevents
early free-ing of the channels that leads to crashes. [Bug 912571].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-06-01 Don Porter <dgp@users.sourceforge.net> + + * generic/tkConsole.c: Added Tcl_RegisterChannel() calls to bump + the refcount of channels passed to Tcl_SetStdChannel(). This prevents + early free-ing of the channels that leads to crashes. [Bug 912571]. + 2006-05-29 Jeff Hobbs <jeffh@ActiveState.com> * win/tkWinEmbed.c (TkpGetOtherWindow): [Bug 1212056] do not panic |