editor: Initalize editor struct with 0
Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
This commit is contained in:
committed by
Kristian Høgsberg
parent
6345faa39a
commit
25f6db51f0
@@ -922,6 +922,8 @@ main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
struct editor editor;
|
struct editor editor;
|
||||||
|
|
||||||
|
memset(&editor, 0, sizeof editor);
|
||||||
|
|
||||||
editor.display = display_create(argc, argv);
|
editor.display = display_create(argc, argv);
|
||||||
if (editor.display == NULL) {
|
if (editor.display == NULL) {
|
||||||
fprintf(stderr, "failed to create display: %m\n");
|
fprintf(stderr, "failed to create display: %m\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user