Lock the Avahi thread before stopping it and tearing down the Avahi objects.

merge-requests/1/head
Julien BLACHE 2008-06-06 15:24:28 +00:00
rodzic f27fc32bb1
commit e4d87cce65
2 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2008-06-06 Julien Blache <jb@jblache.org>
* backend/net.c: lock the Avahi thread before stopping it and
tearing down the Avahi objects.
2008-06-03 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys_gl646.c: fixed wrong offset for start
of scanarea for MD6471 scanner.

Wyświetl plik

@ -922,6 +922,7 @@ net_avahi_cleanup (void)
if (!avahi_thread)
return;
avahi_threaded_poll_lock (avahi_thread);
avahi_threaded_poll_stop (avahi_thread);
if (avahi_browser)