未验证 提交 3851d30a 编写于 作者: S Salvatore Sanfilippo 提交者: GitHub

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

fix memory leak for streamPropagateXCLAIM
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册