mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-23 11:45:27 +00:00
Prevent title memory leak
This commit is contained in:
parent
b8cf967914
commit
8e76c4a131
@ -37,7 +37,6 @@ static void task_netplay_lan_scan_handler(retro_task_t *task)
|
||||
}
|
||||
|
||||
task_set_progress(task, 100);
|
||||
task_set_title(task, strdup(msg_hash_to_str(MSG_NETPLAY_LAN_SCANNING)));
|
||||
task_set_finished(task, true);
|
||||
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user