add missing raxStop calls in aof stream rewrite (#8162)
This commit is contained in:
parent
5abdf9a556
commit
8a23ca0b28
@ -1355,6 +1355,9 @@ int rewriteStreamObject(rio *r, robj *key, robj *o) {
|
|||||||
if (rioWriteStreamEmptyConsumer(r,key,(char*)ri.key,
|
if (rioWriteStreamEmptyConsumer(r,key,(char*)ri.key,
|
||||||
ri.key_len,consumer) == 0)
|
ri.key_len,consumer) == 0)
|
||||||
{
|
{
|
||||||
|
raxStop(&ri_cons);
|
||||||
|
raxStop(&ri);
|
||||||
|
streamIteratorStop(&si);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user