Skip to content
Commit cf89b40c authored by Pekka Paalanen's avatar Pekka Paalanen
Browse files

server: do not send delete_id to a dead client



During client tear-down, all objects are destroyed in id order.
Therefore the display object is destroyed first.

If the destroy listeners of any object destroy another object by calling
wl_resoruce_destroy(), we try to send a delete_id event to the client.
This leads to a segmentation fault without a display object.

Signed-off-by: default avatarPekka Paalanen <ppaalanen@gmail.com>
parent 42eed323
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment