summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2005-05-19 13:28:33 (GMT)
committerdas <das>2005-05-19 13:28:33 (GMT)
commit5c0ba9966cd9fdeb4869125d15121e9465dfca55 (patch)
treea740324a680d540dfc9f3850ba3c829832dd3380 /ChangeLog
parent65286b9f063c3c50f48935273423c3157b0c2926 (diff)
downloadtcl-5c0ba9966cd9fdeb4869125d15121e9465dfca55.zip
tcl-5c0ba9966cd9fdeb4869125d15121e9465dfca55.tar.gz
tcl-5c0ba9966cd9fdeb4869125d15121e9465dfca55.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 a2545c4..d048e29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-05-19 Daniel Steffen <das@users.sourceforge.net>
+
+ * 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-14 Daniel Steffen <das@users.sourceforge.net>
* macosx/tclMacOSXBundle.c: