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

zebra: Cleanup leaked memory on shutdown from GR code #15539

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

donaldsharp
Copy link
Member

Recent commit: 6b2554b
Exposed, via Address Sanitation, that memory was being leaked. Unfortunately the CI system did not catch this.

Two pieces of memory were being lost: The zserv client data structure as well as anything on the client->gr_info_queue. Clean these up.

Recent commit: 6b2554b
Exposed, via Address Sanitation, that memory was being
leaked.  Unfortunately the CI system did not catch this.

Two pieces of memory were being lost: The zserv client
data structure as well as anything on the client->gr_info_queue.
Clean these up.

Signed-off-by: Donald Sharp <[email protected]>
@frrbot frrbot bot added the zebra label Mar 13, 2024
@ton31337 ton31337 merged commit a3df790 into FRRouting:master Mar 13, 2024
11 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.

2 participants