Prevent another static code analysis warning

This commit is contained in:
twinaphex 2020-06-29 19:23:45 +02:00
parent 4c86e67c6e
commit 316914cb45

View File

@ -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);