(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