mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Merge pull request #5504 from heuripedes/master
Fix conditional jump on uninitialized data
This commit is contained in:
commit
942ea38248
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ bool task_push_image_load(const char *fullpath, retro_task_callback_t cb, void *
|
|||
image->status = IMAGE_STATUS_TRANSFER;
|
||||
image->is_blocking = false;
|
||||
image->is_blocking_on_processing = false;
|
||||
image->is_finished = false;
|
||||
image->processing_final_state = 0;
|
||||
image->processing_pos_increment = 0;
|
||||
image->pos_increment = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue