CVSROOT:        /cvs/gnome
Module name:    beagle
Changes by:     trow    05/03/16 18:17:57

Modified files:
        beagled        : QueryImpl.cs 

Log message:
Fixes a race condition where you could crash the daemon if a d-bus signal
emission that had been hoisted into the main loop got executed after the
object had been unregistered.  To fix it, each QueryImpl tracks its own
registration state, and firing the events (which the idle handler does by
calling public methods) only if registered.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=beagle&who=trow&date=explicit&mindate=2005-03-16%2018:16&maxdate=2005-03-16%2018:18

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to