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

#335: Partially address the leak of qdr_link_t by adding it to the su… #336

Merged
merged 2 commits into from
Apr 14, 2022

Conversation

ganeshmurthy
Copy link
Contributor

…ppression list. The termini objects can be freed since we have ownership of those objects

…g it to the suppression list. The termini objects can be freed since we have ownership of those objects
if (discard || !conn || !link) {
if (initial_dlv)
qdr_delivery_decref(core, initial_dlv,
"qdr_link_inbound_first_attach_CT - discarding action");

if (discard) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this conditional - you want to free these terminus if !conn or !link as well since in all those cases the source/target are leaked.

@ganeshmurthy ganeshmurthy merged commit 3dbb673 into skupperproject:main Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants