diff options
author | dgp <dgp@users.sourceforge.net> | 2012-10-24 19:21:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-10-24 19:21:41 (GMT) |
commit | dafa4d1504763f0809dfb3fd0ffa19f289a42888 (patch) | |
tree | 76a50d14d8f6d2c5a41b0fbd27b7ea2a17c2b640 /ChangeLog | |
parent | 40af4f0e8c40ef3a1bc01189d45ddd921cc14550 (diff) | |
parent | 65a7afe8edb4a3261f46a2e244503dd85066e1fe (diff) | |
download | tk-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |