Unverified Commit 3851d30a authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo Committed by GitHub
Browse files

Merge pull request #4779 from charsyam/feature/fix-streamPropagateXCLAIM

fix memory leak for streamPropagateXCLAIM
parents 233da29f 71c7477f
......@@ -712,6 +712,7 @@ void streamPropagateXCLAIM(client *c, robj *key, robj *group, robj *id, streamNA
decrRefCount(argv[8]);
decrRefCount(argv[9]);
decrRefCount(argv[10]);
decrRefCount(argv[11]);
}
/* Send the specified range to the client 'c'. The range the client will
......
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