-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
API: SrsStatistic::on_stream_close does not release streams, causing memory leaks. #2136
Labels
good first issue
Easy to fix issues, good for newcomers
PullRequest
Has PR or solution in issue.
TransByAI
Translated by AI/GPT.
Milestone
Comments
In addition, there is another place SrsHlsMuxer::update_config
|
need
|
winlinvip
changed the title
SrsStatistic::on_stream_close需要析构stream吗?
PR:SrsStatistic::on_stream_close需要析构stream吗?
Feb 28, 2021
winlinvip
changed the title
PR:SrsStatistic::on_stream_close需要析构stream吗?
API:SrsStatistic::on_stream_close需要析构stream吗?
Aug 22, 2021
winlinvip
changed the title
API:SrsStatistic::on_stream_close需要析构stream吗?
API:SrsStatistic::on_stream_close没有释放streams导致内存泄漏
Aug 22, 2021
winlinvip
added a commit
that referenced
this issue
Aug 19, 2022
winlinvip
added a commit
that referenced
this issue
Aug 19, 2022
@JalySN Thank you, it has already been fixed in 5.0. 👍 Welcome to join our development group, let's contribute code together. You can contact me on WeChat. 😄
|
winlinvip
added a commit
that referenced
this issue
Aug 19, 2022
winlinvip
added a commit
that referenced
this issue
Aug 24, 2022
winlinvip
changed the title
API:SrsStatistic::on_stream_close没有释放streams导致内存泄漏
API: SrsStatistic::on_stream_close does not release streams, causing memory leaks.
Jul 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Easy to fix issues, good for newcomers
PullRequest
Has PR or solution in issue.
TransByAI
Translated by AI/GPT.
Check for memory leaks, and find that this function has already erased the pointer from the streams map. Does this mean that the streams are leaking at this point?
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: