From 150d05c16012925a6a640d71c9e8fe3fa3ed3589 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 27 May 2016 04:09:46 +0200 Subject: [PATCH] Not sure why it tried to call input_overlay_free twice in a row --- command.c | 1 - 1 file changed, 1 deletion(-) diff --git a/command.c b/command.c index c3b3f8fe68..a6e2900721 100644 --- a/command.c +++ b/command.c @@ -1867,7 +1867,6 @@ bool command_event(enum event_command cmd, void *data) case CMD_EVENT_OVERLAY_INIT: command_event(CMD_EVENT_OVERLAY_DEINIT, NULL); #ifdef HAVE_OVERLAY - input_overlay_free(); if (settings->input.overlay_enable) rarch_task_push_overlay_load_default(input_overlay_loaded, NULL); #endif