coverity fixes
This commit is contained in:
parent
e799e45198
commit
38d929c2a8
@ -70,6 +70,7 @@ ReturnValue_t TcpTmTcServer::initialize() {
|
|||||||
#endif
|
#endif
|
||||||
freeaddrinfo(addrResult);
|
freeaddrinfo(addrResult);
|
||||||
handleError(Protocol::TCP, ErrorSources::BIND_CALL);
|
handleError(Protocol::TCP, ErrorSources::BIND_CALL);
|
||||||
|
return HasReturnvaluesIF::RETURN_FAILED;
|
||||||
}
|
}
|
||||||
|
|
||||||
freeaddrinfo(addrResult);
|
freeaddrinfo(addrResult);
|
||||||
|
Loading…
Reference in New Issue
Block a user