From 71c7477fd407cc3d0d08ab8dedc564f30776511d Mon Sep 17 00:00:00 2001 From: charsyam Date: Wed, 21 Mar 2018 17:41:59 +0900 Subject: [PATCH] fix memory leak for streamPropagateXCLAIM --- src/t_stream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/t_stream.c b/src/t_stream.c index daf9509d..4640f0b2 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -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