Silence Deference before null check warning (Coverity)

This commit is contained in:
twinaphex 2016-10-06 05:17:22 +02:00
parent 151046db5a
commit 7d68a20a97

View File

@ -195,8 +195,7 @@ static bool screenshot_dump(
{
if (task)
free(task);
if (state)
free(state);
free(state);
return false;
}
#endif