mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-12 05:40:36 +00:00
(task_content.c) Fix explicit null dereferenced
This commit is contained in:
parent
c1f9d7b498
commit
693ce8f6e5
@ -1422,7 +1422,7 @@ static bool content_file_init(struct string_list *temporary_content)
|
||||
if (!content)
|
||||
goto error;
|
||||
|
||||
if (!init_content_file_set_attribs(temporary_content,
|
||||
if (special && !init_content_file_set_attribs(temporary_content,
|
||||
content, system, special))
|
||||
goto error;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user