mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-02 05:16:33 +00:00
Get rid of LOG_FILE_DEINIT in rarch_main_state_free - already
done in leaf function
This commit is contained in:
parent
d146fed5c3
commit
c569345fc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user