mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Guard crash on OSX
This commit is contained in:
parent
b7ebcd6948
commit
1afda04966
@ -143,7 +143,7 @@ static void retro_task_internal_gather(void)
|
||||
if (task->error)
|
||||
free(task->error);
|
||||
|
||||
if (task->title)
|
||||
if (!string_is_empty(task->title))
|
||||
free(task->title);
|
||||
|
||||
free(task);
|
||||
|
Loading…
x
Reference in New Issue
Block a user