diff options
Diffstat (limited to 'src/t_list.c')
-rw-r--r-- | src/t_list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/t_list.c b/src/t_list.c index acabe7be2..42b4f92df 100644 --- a/src/t_list.c +++ b/src/t_list.c @@ -728,6 +728,7 @@ void lmoveGenericCommand(client *c, int wherefrom, int whereto) { if (checkType(c,dobj,OBJ_LIST)) return; value = listTypePop(sobj,wherefrom); + serverAssert(value); /* assertion for valgrind (avoid NPD) */ /* We saved touched key, and protect it, since lmoveHandlePush * may change the client command argument vector (it does not * currently). */ |