mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-03 18:22:42 +00:00
Revert "Guard crash on OSX"
This reverts commit 1afda04966347276a6ff950f4589afe0ba199d96.
This commit is contained in:
parent
3e87196a43
commit
379ce5eb05
@ -143,7 +143,7 @@ static void retro_task_internal_gather(void)
|
||||
if (task->error)
|
||||
free(task->error);
|
||||
|
||||
if (!string_is_empty(task->title))
|
||||
if (task->title)
|
||||
free(task->title);
|
||||
|
||||
free(task);
|
||||
|
Loading…
x
Reference in New Issue
Block a user