aboutsummaryrefslogtreecommitdiff
path: root/src/mkhelp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkhelp.pl')
-rw-r--r--src/mkhelp.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mkhelp.pl b/src/mkhelp.pl
index 2e1e6985a..1c0a867da 100644
--- a/src/mkhelp.pl
+++ b/src/mkhelp.pl
@@ -158,6 +158,8 @@ void hugehelp(void)
z.zalloc = (alloc_func)Z_NULL;
z.zfree = (free_func)Z_NULL;
z.opaque = 0;
+ z.next_in = NULL;
+ z.avail_in = 0;
if (inflateInit2(&z, -MAX_WBITS) != Z_OK)
return;