diff options
| -rw-r--r-- | ChangeLog | 8 | 
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@  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. +	* 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.  2005-05-18  Don Porter  <dgp@users.sourceforge.net>  | 
