• kingsumos's avatar
    cluster: fix node connection memory leak · 9ac77878
    kingsumos authored
    Cluster leaks memory while connecting due to missing freeaddrinfo()
    
    (Commit modified by @antirez. The freeaddrinfo() call was misplaced so
     in case of no address was bound, the memory leak was still there).
    
    Closes #1801
    9ac77878
anet.c 17.4 KB