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…
Reference in New Issue