mirror of
https://github.com/fluencelabs/redis
synced 2025-05-05 15:32:14 +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
8a41dae49f
commit
e7aa5fb5ef