Skip to content
New issue

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

Valgrind : Leak Check : UMessageValidatorTest possible memleak #286

Open
BishrutSubedi opened this issue Aug 13, 2024 · 0 comments
Open
Labels
quality Code quality and linter issues

Comments

@BishrutSubedi
Copy link
Contributor

To reproduce locally:

bash lint/valgrind.sh build/Release/bin/UMessageValidatorTest
Tool: LEAK CHECK
------------------------
FAILURE DETECTED: ==156307== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
==146295==    definitely lost: 0 bytes in 0 blocks
==146295==    indirectly lost: 0 bytes in 0 blocks
==146295==      possibly lost: 190 bytes in 6 blocks
==146295==    still reachable: 15,107 bytes in 175 blocks
==146295==         suppressed: 0 bytes in 0 blocks
==146295== 
==146295== For lists of detected and suppressed errors, rerun with: -s
==146295== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
@BishrutSubedi BishrutSubedi added the quality Code quality and linter issues label Aug 13, 2024
@BishrutSubedi BishrutSubedi changed the title Valgrind : Leak Check : UMessageValidatorTest Valgrind : Leak Check : UMessageValidatorTest possible memleak Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality Code quality and linter issues
Projects
Status: No status
Development

No branches or pull requests

1 participant