Get rid of LOG_FILE_DEINIT in rarch_main_state_free - already

done in leaf function
This commit is contained in:
twinaphex 2015-03-15 04:21:26 +01:00
parent d146fed5c3
commit c569345fc5

View File

@ -1668,10 +1668,7 @@ void rarch_main_state_new(void)
void rarch_main_state_free(void)
{
rarch_main_command(RARCH_CMD_MSG_QUEUE_DEINIT);
rarch_main_command(RARCH_CMD_LOG_FILE_DEINIT);
main_clear_state(false);
}
#ifdef HAVE_ZLIB