BewareMyPower commented on issue #209: URL: https://github.com/apache/pulsar-client-cpp/issues/209#issuecomment-1465581856
It seems that this flaky test exposes the memory leak. ```bash $ valgrind --leak-check=full ./ConnectionFailTest # ... ==7133== LEAK SUMMARY: ==7133== definitely lost: 6,168 bytes in 3 blocks ==7133== indirectly lost: 42,511 bytes in 36 blocks ==7133== possibly lost: 156,667 bytes in 76 blocks ==7133== still reachable: 11,474 bytes in 149 blocks ==7133== of which reachable via heuristic: ==7133== multipleinheritance: 328 bytes in 2 blocks ==7133== suppressed: 0 bytes in 0 blocks ``` -- 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]
