mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
fix memory leaks
This commit is contained in:
parent
077ef86bab
commit
c59cbfc4e8
@ -1569,6 +1569,10 @@ end:
|
||||
free(content_ctx.name_ups);
|
||||
if (content_ctx.directory_system)
|
||||
free(content_ctx.directory_system);
|
||||
if (content_ctx.directory_cache)
|
||||
free(content_ctx.directory_cache);
|
||||
if (content_ctx.valid_extensions)
|
||||
free(content_ctx.valid_extensions);
|
||||
|
||||
if (!ret)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user