mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
parent
3e87196a43
commit
379ce5eb05
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue