~ubuntu-branches/ubuntu/quantal/cups/quantal

« back to all changes in this revision

Viewing changes to scheduler/dirsvc.c

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2012-10-15 19:43:30 UTC
  • Revision ID: package-import@ubuntu.com-20121015194330-zpxlkr2thzf0nl3z
Tags: 1.6.1-0ubuntu11
debian/patches/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch:
Fixed crash which sometimes happens on shutdown of the CUPS daemom,
caused by a wrong shutdown sequence for shutting down the Avahi threaded
poll (LP: #1034045).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2367
2367
  DNSSDMaster = NULL;
2368
2368
 
2369
2369
#  else /* HAVE_AVAHI */
 
2370
  avahi_threaded_poll_stop(DNSSDMaster);
2370
2371
  avahi_client_free(DNSSDClient);
2371
2372
  DNSSDClient = NULL;
2372
2373