summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-05-19 13:28:30 (GMT)
committerdas <das>2005-05-19 13:28:30 (GMT)
commitbd94999dd62d75a426b33f188efbec69ae2378ea (patch)
treeb66dbf466ab984e2622ab697e4245961045813ca /ChangeLog
parentd8ad4b7c5b396f77b4148d39b50218f0a1d75168 (diff)
downloadtcl-bd94999dd62d75a426b33f188efbec69ae2378ea.zip
tcl-bd94999dd62d75a426b33f188efbec69ae2378ea.tar.gz
tcl-bd94999dd62d75a426b33f188efbec69ae2378ea.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--ChangeLog8
1 files 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 <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>