From: Jan Arne Petersen <[email protected]>
Signed-off-by: Jan Arne Petersen <[email protected]>
---
clients/editor.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/clients/editor.c b/clients/editor.c
index cbc7218..42c1aec 100644
--- a/clients/editor.c
+++ b/clients/editor.c
@@ -922,6 +922,8 @@ main(int argc, char *argv[])
{
struct editor editor;
+ memset(&editor, 0, sizeof editor);
+
editor.display = display_create(argc, argv);
if (editor.display == NULL) {
fprintf(stderr, "failed to create display: %m\n");
--
1.7.11.7
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel