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

eigrpd, mgmtd, ospf6d: frr_fini is last #15531

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

donaldsharp
Copy link
Member

I noticed that ospf6d always had a linked list memory leak. Tracking it down shows that frr_fini() shuts down the memory system and prints out memory not cleaned up. eigrpd, mgmtd and ospf6d all called cleanup functions after frr_fini leaving memory leaked that was not really leaked.

@frrbot frrbot bot added eigrp mgmt FRR Management Infra ospfv3 labels Mar 12, 2024
@ton31337
Copy link
Member

@Mergifyio rebase

I noticed that ospf6d always had a linked list memory leak.
Tracking it down shows that frr_fini() shuts down the memory
system and prints out memory not cleaned up.  eigrpd, mgmtd
and ospf6d all called cleanup functions after frr_fini leaving
memory leaked that was not really leaked.

Signed-off-by: Donald Sharp <[email protected]>
Copy link

mergify bot commented Mar 13, 2024

rebase

✅ Branch has been successfully rebased

@mjstapp mjstapp merged commit 97f4adf into FRRouting:master Mar 13, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants