• antirez's avatar
    Correct cleanup when aborting AOF loading. · 03a5c0ec
    antirez authored
    Because of the new ability to start with a truncated AOF, we need
    to correctly release all the memory on EOF error. Otherwise there is a
    small leak, that is not really a problem, but causes a false positive in
    the tests that detect memory leaks.
    03a5c0ec
aof.c 49.7 KB