libflate: shut up valgrind

This commit is contained in:
Russ Cox 2009-04-30 07:24:53 -07:00
parent 00d2ebe903
commit 995e570976

View file

@ -1132,6 +1132,8 @@ mkprecode(Huff *tab, ulong *count, int n, int maxbits, ulong *bitcount)
Chain *c;
int i, m, em, bits;
memset(&cs, 0, sizeof cs);
/*
* set up the sorted list of leaves
*/