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

Fix memory leak in sdp-utils.c #2294

Merged
merged 1 commit into from
Jul 23, 2020
Merged

Fix memory leak in sdp-utils.c #2294

merged 1 commit into from
Jul 23, 2020

Conversation

Bug-Fairy
Copy link
Contributor

GList returned from g_hash_table_get_keys() was never freed.

@tmatth
Copy link
Contributor

tmatth commented Jul 22, 2020

LGTM

@lminiero
Copy link
Member

Good catch, thanks! I wonder why libasan isn't catching these for me, though... I always build with libasan support exactly to try and find memory leaks when they appear. Anyway, merging 👍

@lminiero lminiero merged commit d03fc23 into meetecho:multistream Jul 23, 2020
lminiero pushed a commit that referenced this pull request Jul 23, 2020
@Bug-Fairy Bug-Fairy deleted the multistream-memory-leak-fix branch July 23, 2020 13:20
lminiero pushed a commit that referenced this pull request Sep 2, 2020
lminiero pushed a commit that referenced this pull request Oct 30, 2020
lminiero pushed a commit that referenced this pull request Dec 9, 2020
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.

3 participants