Always consume message, even if no proxy was found

Doh.
This commit is contained in:
Kristian Høgsberg 2010-08-17 13:50:06 -04:00
parent 225a176882
commit ef613fbf83

View File

@ -347,9 +347,7 @@ handle_event(struct wl_display *display,
else
proxy = wl_hash_table_lookup(display->objects, id);
if (proxy == NULL)
return;
if (proxy != NULL)
wl_list_for_each(listener, &proxy->listener_list, link)
wl_connection_demarshal(display->connection,
size,