diff options
author | das <das> | 2005-05-19 13:27:27 (GMT) |
---|---|---|
committer | das <das> | 2005-05-19 13:27:27 (GMT) |
commit | d8ad4b7c5b396f77b4148d39b50218f0a1d75168 (patch) | |
tree | 652eee1d964ae9e411018b717164481bc6041437 /ChangeLog | |
parent | 4459bed11ee445f9e2a6f0263e2b93a31add3dfe (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |