Cleanup ziplist valgrind warnings
Valgrind can't detect 'memset' initializes things, so let's statically initialize them to remove some unnecessary warnings.
Please register or sign in to comment
Valgrind can't detect 'memset' initializes things, so let's statically initialize them to remove some unnecessary warnings.