summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-02-05 11:11:51 (GMT)
committerhobbs <hobbs>2000-02-05 11:11:51 (GMT)
commitc1f87215c2cad528ea7a4a7617b71a78fa22e077 (patch)
tree85776f594803726c4bad9a0e6cf4c1bbf931e544 /ChangeLog
parent89c9f372d31b5e61756564807e468a9c3e1fa372 (diff)
downloadtk-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc89b5c..519734c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: