mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-19 00:41:53 +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…
Reference in New Issue
Block a user