Revert "Guard crash on OSX"

This reverts commit 1afda04966347276a6ff950f4589afe0ba199d96.
This commit is contained in:
twinaphex 2017-01-23 14:14:46 +01:00
parent 3e87196a43
commit 379ce5eb05

View File

@ -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);