summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-05-19 13:27:27 (GMT)
committerdas <das>2005-05-19 13:27:27 (GMT)
commitd8ad4b7c5b396f77b4148d39b50218f0a1d75168 (patch)
tree652eee1d964ae9e411018b717164481bc6041437 /ChangeLog
parent4459bed11ee445f9e2a6f0263e2b93a31add3dfe (diff)
downloadtcl-d8ad4b7c5b396f77b4148d39b50218f0a1d75168.zip
tcl-d8ad4b7c5b396f77b4148d39b50218f0a1d75168.tar.gz
tcl-d8ad4b7c5b396f77b4148d39b50218f0a1d75168.tar.bz2
* macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed crashing
CFRelease of runLoopSource in Tcl_InitNotifier (reported by Zoran): CFRunLoopAddSource doesn't CFRetain, so can only CFRelease the runLoopSource in Tcl_FinalizeNotifier.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45fd42b..83b9368 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-05-19 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tclMacOSXNotify.c (Tcl_InitNotifier): fixed incorrect
+ CFRelease of runLoopSource in Tcl_InitNotifier (reported by Zoran).
+ CFRunLoopAddSource doesn't CFRetain, so moved the CFRelease to
+ Tcl_FinalizeNotifier.
+
2005-05-18 Don Porter <dgp@users.sourceforge.net>
* generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper around