notifyKeyspaceEvent(): release channel names using the right pointers.
This commit is contained in:
parent
5b9357a6b3
commit
2d20e68fe4
@ -74,6 +74,6 @@ void notifyKeyspaceEvent(char *event, robj *key, int dbid) {
|
|||||||
|
|
||||||
/* Release objects. */
|
/* Release objects. */
|
||||||
decrRefCount(eventobj);
|
decrRefCount(eventobj);
|
||||||
decrRefCount(keyspace_chan);
|
decrRefCount(chan1);
|
||||||
decrRefCount(keyevent_chan);
|
decrRefCount(chan2);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user