Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Leak in SIO Frame reading #594

Closed
tmadlener opened this issue May 6, 2024 · 0 comments · Fixed by #695
Closed

Leak in SIO Frame reading #594

tmadlener opened this issue May 6, 2024 · 0 comments · Fixed by #695

Comments

@tmadlener
Copy link
Collaborator

          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:

SUMMARY: AddressSanitizer: 7328 byte(s) leaked in 342 allocation(s).

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)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant