mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-05 07:15:46 -04:00
connection: Removed crashing code.
This commit is contained in:
parent
fa51801786
commit
a6bc8b426c
1 changed files with 0 additions and 2 deletions
|
|
@ -653,7 +653,6 @@ wl_connection_demarshal(struct wl_connection *connection,
|
||||||
unsigned int i, count, extra_space;
|
unsigned int i, count, extra_space;
|
||||||
const char *signature = message->signature;
|
const char *signature = message->signature;
|
||||||
struct argument_details arg;
|
struct argument_details arg;
|
||||||
struct wl_object **object;
|
|
||||||
struct wl_array **array;
|
struct wl_array **array;
|
||||||
struct wl_closure *closure;
|
struct wl_closure *closure;
|
||||||
|
|
||||||
|
|
@ -746,7 +745,6 @@ wl_connection_demarshal(struct wl_connection *connection,
|
||||||
printf("NULL object received on non-nullable "
|
printf("NULL object received on non-nullable "
|
||||||
"type, message %s(%s)\n", message->name,
|
"type, message %s(%s)\n", message->name,
|
||||||
message->signature);
|
message->signature);
|
||||||
*object = NULL;
|
|
||||||
errno = EINVAL;
|
errno = EINVAL;
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue