fix memory leak for streamPropagateXCLAIM

This commit is contained in:
charsyam 2018-03-21 17:41:59 +09:00
parent 233da29f4d
commit 71c7477fd4

View File

@ -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