@@ -100,7 +100,6 @@ bool CZMQNotificationInterface::Initialize() | |||
if (i!=notifiers.end()) | |||
{ | |||
Shutdown(); | |||
return false; | |||
} | |||
@@ -69,6 +69,7 @@ bool CZMQAbstractPublishNotifier::Initialize(void *pcontext) | |||
if (rc!=0) | |||
{ | |||
zmqError("Failed to bind address"); | |||
zmq_close(psocket); | |||
return false; | |||
} | |||