diff --git a/src/scanner.c b/src/scanner.c index f13ef6a5..99482a5f 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -1232,7 +1232,6 @@ emit_stubs(struct wl_list *message_list, struct interface *interface) "interface '%s' has method named destroy " "but no destructor", interface->name); - exit(EXIT_FAILURE); } if (!has_destroy && strcmp(interface->name, "wl_display") != 0) {