Silence another static code analysis warning

This commit is contained in:
twinaphex 2020-06-29 23:03:26 +02:00
parent d46706487c
commit 9474f6b299
1 changed files with 2 additions and 0 deletions

View File

@ -480,6 +480,8 @@ void rarch_softfilter_free(rarch_softfilter_t *filt)
{
for (i = 0; i < filt->threads; i++)
{
if (!&filt->thread_data[i])
continue;
if (!filt->thread_data[i].thread)
continue;
slock_lock(filt->thread_data[i].lock);