Commit 21ef1235 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Lasse Karstensen

Fix minor leak spotted by Coverity Scan

parent addeabdb
......@@ -223,6 +223,7 @@ barrier_sock_thread(void *priv)
macro_undef(vl, b->name, "port");
macro_undef(vl, b->name, "sock");
AZ(close(sock));
free(conns);
return (NULL);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment