From e67b6d4b3cda92302a2fc257475c009f80f63ba0 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 29 May 2017 02:30:04 +0200 Subject: [PATCH] Fix coverity error --- menu/cbs/menu_cbs_ok.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 964493d96c..ec6fbf5c3a 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -2323,6 +2323,8 @@ static int action_ok_audio_run(const char *path, content_ctx_info_t content_info; menu_handle_t *menu = NULL; + combined_path[0] = '\0'; + if (!menu_driver_ctl(RARCH_MENU_CTL_DRIVER_DATA_GET, &menu)) return menu_cbs_exit();