ivandasch commented on a change in pull request #9773:
URL: https://github.com/apache/ignite/pull/9773#discussion_r793358524
##########
File path:
modules/platforms/cpp/network/os/linux/src/network/linux_async_client_pool.cpp
##########
@@ -112,7 +110,16 @@ namespace ignite
bool closed = client.Get()->Close();
if (closed)
+ {
+ IgniteError err0(client.Get()->GetCloseError());
Review comment:
In worst case it is possible to create 2 instance of Ignite error with 2
new char array allocation and 2 deallocation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]