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
Reading a frame with SIO is also not free from leaks and this is why it's commented out in the sanitizer tests, right?
https://github.com/jmcarcell/podio/blob/main/tests/CTestCustom.cmake#L83-L83 Simply reading frames with SIO:
SUMMARY: AddressSanitizer: 7328 byte(s) leaked in 342 allocation(s).
The read_interface_sio.cpp test:
read_interface_sio.cpp
so it doesn't have anything to do with the interface. I'll just add it to the list of excluded
Originally posted by @jmcarcell in #522 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
https://github.com/jmcarcell/podio/blob/main/tests/CTestCustom.cmake#L83-L83
Simply reading frames with SIO:
The
read_interface_sio.cpp
test:so it doesn't have anything to do with the interface. I'll just add it to the list of excluded
Originally posted by @jmcarcell in #522 (comment)
The text was updated successfully, but these errors were encountered: