commit | 995e570976b02ba08f2fc1093a7127ea2acbaff2 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@swtch.com> | Thu Apr 30 07:24:53 2009 -0700 |
committer | Russ Cox <rsc@swtch.com> | Thu Apr 30 07:24:53 2009 -0700 |
tree | cc9f6eda1cdef1024668a7a3f1f454490f9f3328 | |
parent | 00d2ebe90319393a1c1d48e0a2bf1d102384ffe7 [diff] [blame] |
libflate: shut up valgrind
diff --git a/src/libflate/deflate.c b/src/libflate/deflate.c index 15a186a..ceaa77f 100644 --- a/src/libflate/deflate.c +++ b/src/libflate/deflate.c
@@ -1132,6 +1132,8 @@ Chain *c; int i, m, em, bits; + memset(&cs, 0, sizeof cs); + /* * set up the sorted list of leaves */