"vscode:/vscode.git/clone" did not exist on "591c9e6543d4474bd74921fbd15f110fa603b7b6"
Commit a64383c8 authored by antirez's avatar antirez
Browse files

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

parent fdfb59be
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment