From 5b74105addecce98ec7672b426665920eab1a447 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 4 Feb 2016 20:02:02 +0100 Subject: [PATCH] Set these static variables to NULL --- menu/menu_driver.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/menu/menu_driver.c b/menu/menu_driver.c index 2834af81f3..2519483c95 100644 --- a/menu/menu_driver.c +++ b/menu/menu_driver.c @@ -54,10 +54,10 @@ static const menu_ctx_driver_t *menu_ctx_drivers[] = { NULL }; -static menu_handle_t *menu_driver_data; -static const menu_ctx_driver_t *menu_driver_ctx; -static struct video_shader *menu_driver_shader; -static void *menu_userdata; +static menu_handle_t *menu_driver_data = NULL; +static const menu_ctx_driver_t *menu_driver_ctx = NULL; +static struct video_shader *menu_driver_shader = NULL; +static void *menu_userdata = NULL; /** * menu_driver_find_handle: