summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormig <mig>2011-08-01 17:15:19 (GMT)
committermig <mig>2011-08-01 17:15:19 (GMT)
commit7cafb9729cb8db722600b80cd3b1c9536ca46519 (patch)
tree8f01d54611133845b2680006211754b6c63c5e0a /ChangeLog
parent666118190e342c616ccffff20d1f7d0f14abe242 (diff)
downloadtcl-7cafb9729cb8db722600b80cd3b1c9536ca46519.zip
tcl-7cafb9729cb8db722600b80cd3b1c9536ca46519.tar.gz
tcl-7cafb9729cb8db722600b80cd3b1c9536ca46519.tar.bz2
* generic/tclProc.c (TclProcCompileProc): fix for leak of resolveInfo when recompiling procs, [Bug 3383616]. Thx go to Gustaf Neumann for detecting the bug and providing the fix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7794884..b4d5502 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-08-01 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclProc.c (TclProcCompileProc): fix for leak of
+ resolveInfo when recompiling procs, [Bug 3383616]. Thx go to
+ Gustaf Neumann for detecting the bug and providing the fix.
+
2011-08-01 Donal K. Fellows <dkf@users.sf.net>
* doc/tclvars.n (EXAMPLES): Added some examples of how some of the