mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(input_overlay.c) Prevent crashes
This commit is contained in:
parent
4e8bb52038
commit
44131ff639
@ -492,6 +492,7 @@ void input_overlay_free(input_overlay_t *ol)
|
||||
{
|
||||
if (!ol)
|
||||
return;
|
||||
overlay_ptr = NULL;
|
||||
|
||||
input_overlay_free_overlays(ol);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user