LZF configured to initalize the HT in order to be determinsitic and play well with valgrind

This commit is contained in:
antirez 2009-04-02 23:00:27 +02:00
parent 491d908b0a
commit 7a596b2f0f

2
lzfP.h
View File

@ -88,7 +88,7 @@
* deterministic/repeatable when the configuration otherwise is the same).
*/
#ifndef INIT_HTAB
# define INIT_HTAB 0
# define INIT_HTAB 1
#endif
/*