• antirez's avatar
    Correct cleanup when aborting AOF loading. · de663966
    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.
    de663966
aof.c 57.5 KB