mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Refactor deinit_temporary_content
This commit is contained in:
parent
ef9478873f
commit
6422aa52d1
@ -3265,10 +3265,8 @@ static void deinit_temporary_content(void)
|
||||
if (remove(path) < 0)
|
||||
RARCH_ERR("Failed to remove temporary file: %s.\n", path);
|
||||
}
|
||||
}
|
||||
|
||||
if (g_extern.temporary_content)
|
||||
string_list_free(g_extern.temporary_content);
|
||||
}
|
||||
g_extern.temporary_content = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user