dlm: free socket in error exit path
authorCasey Dahlin <cdahlin@redhat.com>
Tue, 14 Jul 2009 17:17:51 +0000 (12:17 -0500)
committerDavid Teigland <teigland@redhat.com>
Tue, 14 Jul 2009 17:28:43 +0000 (12:28 -0500)
In the tcp_connect_to_sock() error exit path, the socket
allocated at the top of the function was not being freed.

Signed-off-by: Casey Dahlin <cdahlin@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>

No differences found