From eb13ae17b41dea24000e8ff78b762b20c1fdf23b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 27 Jul 2011 05:50:41 -0700 Subject: [PATCH] scanner: Initialize protocol.copyright to NULL --- wayland/scanner.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wayland/scanner.c b/wayland/scanner.c index 9248edb..dff63de 100644 --- a/wayland/scanner.c +++ b/wayland/scanner.c @@ -824,6 +824,7 @@ int main(int argc, char *argv[]) wl_list_init(&protocol.interface_list); protocol.type_index = 0; protocol.null_run_length = 0; + protocol.copyright = NULL; ctx.protocol = &protocol; ctx.filename = ""; -- 2.7.4