Hi,

Trying to debug https://bugs.freedesktop.org/show_bug.cgi?id=76468
which seems to be sd_bus related.

Problem is happening when we mark the sd_event as SD_EVENT_FINISHED
and then tring to call sd_event_source_set_enabled on an event source
that belongs to FINISHED sd_event.

Inside the sd_bus_detach_event() function, isn't it enough to just
unref the sd_bus event sources instead of both calling
sd_event_source_set_enabled() and then unrefing them?

Thanks.
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to