Fix pointer problem in main()

This commit is contained in:
Gergely Polonkai 2016-06-21 12:44:51 +02:00
parent 58ac7023cc
commit 1c88c88b63
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ main(int argc, char **argv)
GError *err = NULL;
GThread *game_thread;
GMainContext *game_context;
GSList *game_menu;
GSList *game_menu = NULL;
g_log_set_handler(G_LOG_DOMAIN, G_LOG_LEVEL_MASK , wmud_logger, NULL);
/* Initialize the thread and type system */