diff --git a/clients/editor.c b/clients/editor.c index cbc72181c..42c1aecbc 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");