Skip to content

dix: ensure work queues are cleared on reset

Ray Strode requested to merge xephyr-crash into master

If the server resets, most client workqueues are cleaned up as the clients are killed.

The one exception is the server's client, which is exempt from the killing spree.

If that client has a queued work procedure active, it won't get cleared on reset.

This commit ensures it gets cleared too.

Merge request reports