"vscode:/vscode.git/clone" did not exist on "563885d6d936594068af7b4593e2cc7ac66a0aa4"
cluster: fix node connection memory leak
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
Please register or sign in to comment