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

fix memory leak for streamPropagateXCLAIM
This commit is contained in:
Salvatore Sanfilippo 2018-03-22 09:02:37 +01:00 committed by GitHub
commit 3851d30ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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