mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Unitialised variable found by valgrind.
This commit is contained in:
parent
f778e66d88
commit
03c4eec1d4
@ -62,6 +62,7 @@ deflate_open(int window_size, struct stream_encoded *stream, int fd)
|
||||
data->fdread = fd;
|
||||
data->last_read = 0;
|
||||
data->after_first_read = 0;
|
||||
data->after_end = 0;
|
||||
|
||||
err = inflateInit2(&data->deflate_stream, window_size);
|
||||
if (err != Z_OK) {
|
||||
|
Loading…
Reference in New Issue
Block a user