Set these static variables to NULL

This commit is contained in:
twinaphex 2016-02-04 20:02:02 +01:00
parent 58219f897a
commit 5b74105add

View File

@ -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: