summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2012-10-24 19:21:41 (GMT)
committerdgp <dgp@noemail.net>2012-10-24 19:21:41 (GMT)
commit75995ca2d57c8ac69495600238bb06dfec4ff0e9 (patch)
tree76a50d14d8f6d2c5a41b0fbd27b7ea2a17c2b640 /ChangeLog
parentfe354d30662d673b423c0648d591cb78cb5ebd4a (diff)
parent0b5884f85f5a3fea1504f0cb0012f2ebf0d47291 (diff)
downloadtk-75995ca2d57c8ac69495600238bb06dfec4ff0e9.zip
tk-75995ca2d57c8ac69495600238bb06dfec4ff0e9.tar.gz
tk-75995ca2d57c8ac69495600238bb06dfec4ff0e9.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. FossilOrigin-Name: bda8f8dc8600fd52610c1d6beabe0ee485b52347
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