mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
fix memory leak for streamPropagateXCLAIM
This commit is contained in:
parent
233da29f4d
commit
71c7477fd4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user