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

memory leak on memcpy(tmp_pkt.data.get(), pkt.data.get(), pkt.size); #76

Open
fatalfeel opened this issue Jul 7, 2022 · 1 comment
Open

Comments

@fatalfeel
Copy link

fatalfeel commented Jul 7, 2022

in MediaSession::AddSource
memcpy(tmp_pkt.data.get(), pkt.data.get(), pkt.size);

until run to AddTriggerEvent is not use

also lambda exit
[this](MediaChannelId channel_id, RtpPacket pkt)
{
...
}

memory still not release

@fatalfeel fatalfeel reopened this Jul 7, 2022
@15651888101
Copy link

15651888101 commented Apr 6, 2023

@fatalfeel
Has the problem been solved? I also found memory leak. After the client is connected, asan logs can be collected.

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

No branches or pull requests

2 participants