@@ -523,8 +523,9 @@ int ZEXPORT gzclose_w(file)
(void)deflateEnd(&(state->strm));
free(state->out);
free(state->in);
ret += close(state->fd);
gz_error(state, Z_OK, NULL);
free(state->path);
free(state);
return ret ? Z_ERRNO : Z_OK;
}
The note is not visible to the blocked user.