diff options
author | hobbs <hobbs> | 2000-02-05 11:11:51 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-02-05 11:11:51 (GMT) |
commit | c1f87215c2cad528ea7a4a7617b71a78fa22e077 (patch) | |
tree | 85776f594803726c4bad9a0e6cf4c1bbf931e544 /ChangeLog | |
parent | 89c9f372d31b5e61756564807e468a9c3e1fa372 (diff) | |
download | tk-c1f87215c2cad528ea7a4a7617b71a78fa22e077.zip tk-c1f87215c2cad528ea7a4a7617b71a78fa22e077.tar.gz tk-c1f87215c2cad528ea7a4a7617b71a78fa22e077.tar.bz2 |
* unix/tkUnixScale.c (TkpDestroyScale): changed ckfree to
Tcl_EventuallyFree to behave with Tcl_Preserve in TkpDisplayScale
(prevents possible segfault).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-02-05 Jeff Hobbs <hobbs@scriptics.com> + + * unix/tkUnixScale.c (TkpDestroyScale): changed ckfree to + Tcl_EventuallyFree to behave with Tcl_Preserve in TkpDisplayScale + (prevents possible segfault). + 2000-02-03 Eric Melski <ericm@scriptics.com> * tests/text.test: |