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

Transports/CommManager: fix several serious and continuous leaks #236

Merged
merged 1 commit into from
May 16, 2024

Conversation

josebraga
Copy link
Member

Messages were being cloned (new) without being properly released.

  • Avoided cloning where possible
  • Release resources
  • Make sure order of deleting pointers and erasing elements from
    container is correct

@josebraga josebraga added the bug label Apr 29, 2022
@josebraga josebraga requested review from pmfg and luis109 April 29, 2022 10:27
@josebraga josebraga self-assigned this Apr 29, 2022
Messages were being cloned (new) without being properly released.
- Avoided cloning where possible
- Release resources
- Make sure order of deleting pointers and erasing elements from
  container is correct
@josebraga josebraga force-pushed the bugfix/commmanager-serious-leak branch from 9d8bdbf to 73d67d6 Compare April 29, 2022 10:43
@josebraga josebraga closed this May 13, 2024
@josebraga josebraga reopened this May 13, 2024
@luis109 luis109 merged commit d0b8e80 into LSTS:master May 16, 2024
1 of 2 checks passed
xBogas pushed a commit to xBogas/dune that referenced this pull request May 16, 2024
…-leak

Transports/CommManager: fix several serious and continuous leaks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants