mirror of https://github.com/redis/redis.git
Fix typo in valgrind.sup
This commit is contained in:
parent
0b561883b4
commit
b50a6205e7
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
<lzf_unitialized_hash_table>
|
<lzf_uninitialized_hash_table>
|
||||||
Memcheck:Cond
|
Memcheck:Cond
|
||||||
fun:lzf_compress
|
fun:lzf_compress
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
<lzf_unitialized_hash_table>
|
<lzf_uninitialized_hash_table>
|
||||||
Memcheck:Value4
|
Memcheck:Value4
|
||||||
fun:lzf_compress
|
fun:lzf_compress
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
<lzf_unitialized_hash_table>
|
<lzf_uninitialized_hash_table>
|
||||||
Memcheck:Value8
|
Memcheck:Value8
|
||||||
fun:lzf_compress
|
fun:lzf_compress
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue