mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Rework this code
This commit is contained in:
parent
1b44f44822
commit
db36b40b20
1 changed files with 7 additions and 3 deletions
|
@ -365,10 +365,14 @@ end:
|
|||
free(avg_filtered);
|
||||
free(paeth_filtered);
|
||||
|
||||
#if !defined(VITA)
|
||||
if (stream_backend)
|
||||
stream_backend->stream_free(stream);
|
||||
#endif
|
||||
{
|
||||
if (stream)
|
||||
{
|
||||
if (stream_backend->stream_free)
|
||||
stream_backend->stream_free(stream);
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue