From e24dec0a89a5853cb448fb3037f2658f2b682650 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 14 Sep 2006 13:53:16 +0000 Subject: 2006-09-14 Havoc Pennington * dbus/dbus-transport-unix.c (unix_do_iteration): fix a valgrind complaint about accessing revents when poll returns 0, from Julian Seward. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c194464e..589e434e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-14 Havoc Pennington + + * dbus/dbus-transport-unix.c (unix_do_iteration): fix a valgrind + complaint about accessing revents when poll returns 0, from Julian Seward. + 2006-09-14 John (J5) Palmieri * Released 1.0 RC 1 (0.93) -- cgit