提交 2d20e68f 编写于 作者: A antirez

notifyKeyspaceEvent(): release channel names using the right pointers.

上级 5b9357a6
......@@ -74,6 +74,6 @@ void notifyKeyspaceEvent(char *event, robj *key, int dbid) {
/* Release objects. */
decrRefCount(eventobj);
decrRefCount(keyspace_chan);
decrRefCount(keyevent_chan);
decrRefCount(chan1);
decrRefCount(chan2);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册