Initialized opaque with Z_NULL

This commit is contained in:
Tatsuhiro Tsujikawa 2012-05-07 22:57:07 +09:00
parent 5412ccf129
commit 7972bd79b9
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ int spdylay_zlib_inflate_hd_init(spdylay_zlib *inflater, uint16_t version)
inflater->zst.avail_in = 0;
inflater->zst.zalloc = Z_NULL;
inflater->zst.zfree = Z_NULL;
inflater->zst.opaque = Z_NULL;
inflater->version = version;
hd_dict = spdylay_select_hd_dict(&hd_dict_length, version);
if(hd_dict == NULL) {