mirror of
https://github.com/fluencelabs/redis
synced 2025-06-19 04:01:22 +00:00
notifyKeyspaceEvent(): release channel names using the right pointers.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user