fix bugs exposed by latest tests

This commit is contained in:
Josh Coalson
2002-05-10 06:42:02 +00:00
parent fc9e33f448
commit 6b02a75f3d
3 changed files with 73 additions and 34 deletions

View File

@@ -152,6 +152,8 @@ FLAC__SeekableStreamDecoder *FLAC__seekable_stream_decoder_new()
decoder->private_->error_callback = 0;
decoder->private_->client_data = 0;
decoder->protected_->md5_checking = false;
return decoder;
}