Commit 71c7477f authored by charsyam's avatar charsyam
Browse files

fix memory leak for streamPropagateXCLAIM

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