提交 4bbb8e6b 编写于 作者: J Jonathan Pickett

fixed rebase error that caused redis to panic with BLPOP

上级 2959371b
......@@ -838,8 +838,7 @@ void unblockClientWaitingData(redisClient *c) {
dictReleaseIterator(di);
/* Cleanup the client structure */
zfree(c->bpop.keys);
c->bpop.keys = NULL;
dictEmpty(c->bpop.keys,NULL);
if (c->bpop.target) {
decrRefCount(c->bpop.target);
c->bpop.target = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册