We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible mem leak
To reproduce locally:
bash lint/valgrind.sh build/Release/bin/NotificationSinkTest
==145455== LEAK SUMMARY: ==145455== definitely lost: 0 bytes in 0 blocks ==145455== indirectly lost: 0 bytes in 0 blocks ==145455== possibly lost: 411 bytes in 13 blocks ==145455== still reachable: 32,889 bytes in 420 blocks ==145455== suppressed: 0 bytes in 0 blocks ==145455==
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Possible mem leak
To reproduce locally:
bash lint/valgrind.sh build/Release/bin/NotificationSinkTest
The text was updated successfully, but these errors were encountered: