Commit c0cda7db authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Fix minor leak spotted by Coverity Scan

parent 1c18366e
......@@ -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