mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 02:38:11 +00:00
(runloop_data.c) Early return if image is NULL
This commit is contained in:
parent
1949a2dfa5
commit
f13ab52ff6
@ -670,6 +670,9 @@ static void rarch_main_data_nbio_image_iterate(bool is_thread,
|
||||
{
|
||||
(void)is_thread;
|
||||
|
||||
if (!image)
|
||||
return;
|
||||
|
||||
if (image->handle)
|
||||
{
|
||||
if (image->is_blocking_on_processing)
|
||||
|
Loading…
Reference in New Issue
Block a user