From bd94999dd62d75a426b33f188efbec69ae2378ea Mon Sep 17 00:00:00 2001 From: das Date: Thu, 19 May 2005 13:28:30 +0000 Subject: * 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. --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 83b9368..3ea3bc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,9 @@ 2005-05-19 Daniel Steffen - * 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 -- cgit v0.12