Kaydet (Commit) fd4a3d76 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#1219806 double close

Change-Id: I0719451a3f2f8f8bf5e2d417252412f1e68b456e
üst f1d38f2a
......@@ -187,7 +187,6 @@ OString MyWin::processCommand( const OString& rCommand )
if( connect( nSocket, (const sockaddr*)&addr, sizeof(addr) ) )
{
perror( "SvpElementContainer: connect() failed" );
close(nSocket);
}
else
{
......
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