mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 09:39:56 +00:00
Prevent another static code analysis warning
This commit is contained in:
parent
4c86e67c6e
commit
316914cb45
@ -233,6 +233,7 @@ chdstream_t *chdstream_open(const char *path, int32_t track)
|
||||
stream->track_start = 0;
|
||||
stream->track_end = 0;
|
||||
stream->offset = 0;
|
||||
stream->hunkmem = NULL;
|
||||
stream->hunknum = -1;
|
||||
|
||||
hd = chd_get_header(chd);
|
||||
|
Loading…
x
Reference in New Issue
Block a user