summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-06-02 02:19:40 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-06-02 02:19:40 (GMT)
commit50928f540511857885e1a13fb17a9d0441346c98 (patch)
treeea58882d583beb270cd19a06b1fea4d4b11ad6f6 /ChangeLog
parentfe88072b187128153a10f1860ef4312d08254b9f (diff)
downloadtcl-50928f540511857885e1a13fb17a9d0441346c98.zip
tcl-50928f540511857885e1a13fb17a9d0441346c98.tar.gz
tcl-50928f540511857885e1a13fb17a9d0441346c98.tar.bz2
* generic/tclOO.c (ReleaseClassContents): Fix the one remaining
valgrind complaint about oo.test, caused by failing to protect the Object as well as the Class corresponding to a subclass being deleted and hence getting a freed-memory read when attempting to delete the class command. [Bug 1981001]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd674eb..bc2e6d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-02 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclOO.c (ReleaseClassContents): Fix the one remaining
+ valgrind complaint about oo.test, caused by failing to protect
+ the Object as well as the Class corresponding to a subclass being
+ deleted and hence getting a freed-memory read when attempting to
+ delete the class command. [Bug 1981001]
+
2008-06-01 Donal K. Fellows <dkf@users.sf.net>
* generic/tclOOMethod.c (Tcl_NewMethod): Complete the fix of [Bug