summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-10-24 19:21:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-10-24 19:21:41 (GMT)
commitdafa4d1504763f0809dfb3fd0ffa19f289a42888 (patch)
tree76a50d14d8f6d2c5a41b0fbd27b7ea2a17c2b640 /ChangeLog
parent40af4f0e8c40ef3a1bc01189d45ddd921cc14550 (diff)
parent65a7afe8edb4a3261f46a2e244503dd85066e1fe (diff)
downloadtk-dafa4d1504763f0809dfb3fd0ffa19f289a42888.zip
tk-dafa4d1504763f0809dfb3fd0ffa19f289a42888.tar.gz
tk-dafa4d1504763f0809dfb3fd0ffa19f289a42888.tar.bz2
3574893 Add overlooked toplevel ref count maintenance in the [wm manage|forget]
operations that could cause segfaults due to premature free of structs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d34f48..75aaa8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-24 Don Porter <dgp@users.sourceforge.net>
+
+ * macosx/tkMacOSXWm.c: [Bug 3574893] Add overlooked toplevel ref
+ count maintenance in the [wm manage|forget] operations that could
+ cause segfaults due to premature free of structs.
+
2012-09-19 Jan Nijtmans <nijtmans@users.sf.net>
* win/Makefile.in: Compile win32 binaries with -DTCL_NO_DEPRECATED