From deb6bcac8d1e1ecec4aafaee2d27dbe467e4f461 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Aug 2005 02:42:59 +0000 Subject: * implement ini file parser * strip glib usage from avahi-daemon * make dbus-watch-glue a static library so that both avahi-client and avahi-daemon can make use of it git-svn-id: file:///home/lennart/svn/public/avahi/trunk@327 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/simple-watch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'avahi-common/simple-watch.c') diff --git a/avahi-common/simple-watch.c b/avahi-common/simple-watch.c index c3ed86f..770cf4f 100644 --- a/avahi-common/simple-watch.c +++ b/avahi-common/simple-watch.c @@ -158,6 +158,7 @@ static void remove_pollfd(AvahiWatch *w) { static void watch_free(AvahiWatch *w) { assert(w); + assert(!w->dead); remove_pollfd(w); -- cgit