mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 00:50:50 +00:00
AOF rewrite: set iterator var to NULL when freed.
The cleanup code expects that if 'di' is not NULL, it is a valid iterator that should be freed. The result of this bug was a crash of the AOF rewriting process if an error occurred after the DBs data are written and the iterator is no longer valid.
This commit is contained in:
parent
b0146aafeb
commit
4433f5a7f2