summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-01-06 14:30:19 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-01-06 14:30:19 (GMT)
commita75fc7d7f1485fbc0cd498df85f8b6db86167a21 (patch)
tree9adf9b59d360b0a43649921ec3f5fc11ebb80679 /ChangeLog
parenta4a1ae8979a30624c2e3594cdf689a22146caca1 (diff)
downloadtcl-a75fc7d7f1485fbc0cd498df85f8b6db86167a21.zip
tcl-a75fc7d7f1485fbc0cd498df85f8b6db86167a21.tar.gz
tcl-a75fc7d7f1485fbc0cd498df85f8b6db86167a21.tar.bz2
Fix [Bug 2489836]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec4026d..d24b13e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-01-06 Donal K. Fellows <dkf@users.sf.net>
+ * generic/tclOOInfo.c (InfoObjectMethodsCmd,InfoClassMethodsCmd): Only
+ delete pointers that were actually allocated! [Bug 2489836]
+
* generic/tclOO.c (TclNRNewObjectInstance, Tcl_NewObjectInstance):
Perform search for existing commands in right context. [Bug 2481109]