mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Silence Deference before null check warning (Coverity)
This commit is contained in:
parent
151046db5a
commit
7d68a20a97
@ -195,8 +195,7 @@ static bool screenshot_dump(
|
||||
{
|
||||
if (task)
|
||||
free(task);
|
||||
if (state)
|
||||
free(state);
|
||||
free(state);
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user