mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +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;
|
(void)is_thread;
|
||||||
|
|
||||||
|
if (!image)
|
||||||
|
return;
|
||||||
|
|
||||||
if (image->handle)
|
if (image->handle)
|
||||||
{
|
{
|
||||||
if (image->is_blocking_on_processing)
|
if (image->is_blocking_on_processing)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user