• antirez's avatar
    Fix rdb.c dictionary iterator release. · cd87b3c7
    antirez authored
    Some times it was not released on error, sometimes it was released two
    times because the error path expected the "di" var to be NULL if the
    iterator was already released. Thanks to @oranagra for pinging me about
    potential problems of this kind inside rdb.c.
    cd87b3c7
rdb.c 92.5 KB