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

bugfix: SrsMetaCache memleak; getaddrinfo use delete #2870

Closed
wants to merge 2 commits into from
Closed

bugfix: SrsMetaCache memleak; getaddrinfo use delete #2870

wants to merge 2 commits into from

Conversation

bluestn
Copy link
Contributor

@bluestn bluestn commented Jan 11, 2022

Summary

bugfix: SrsMetaCache memleak
bugfix: use freeaddrinfo instad of delete to release the result of getaddrinfo

Details

...

@@ -662,15 +662,15 @@ void SrsGopCache::clear()
srs_freep(msg);
}
gop_cache.clear();

Copy link
Member

@winlinvip winlinvip Jan 12, 2022

Choose a reason for hiding this comment

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

Please change the editor and do not submit such blank modifications.

TRANS_BY_GPT3

@winlinvip winlinvip self-assigned this Jan 12, 2022
@winlinvip winlinvip closed this Jan 17, 2022
@winlinvip
Copy link
Member

Dup to #2880

@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TransByAI Translated by AI/GPT.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants