Drop warning when we receive an event for zombie objects
Business as usual, but the message is confusing.
This commit is contained in:
parent
fa525622e3
commit
0bcb30a9a0
|
@ -465,7 +465,6 @@ handle_event(struct wl_display *display,
|
|||
proxy = wl_map_lookup(&display->objects, id);
|
||||
|
||||
if (proxy == WL_ZOMBIE_OBJECT) {
|
||||
fprintf(stderr, "Message to zombie object\n");
|
||||
wl_connection_consume(display->connection, size);
|
||||
return;
|
||||
} else if (proxy == NULL || proxy->object.implementation == NULL) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user