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

The memory is not freed after conversion. #91

Open
hswlab opened this issue Jun 17, 2023 · 1 comment
Open

The memory is not freed after conversion. #91

hswlab opened this issue Jun 17, 2023 · 1 comment

Comments

@hswlab
Copy link

hswlab commented Jun 17, 2023

Hi, I noticed that the memory is not freed after the conversion process. I took a screenshot from the diagnostic tool. There seems to be no problems with the download. The garbage collector provides a clean horizontal line in the diagram. However, from the breakpoint at MediaConcatenator.Build (46) the memory curve goes up and stays up even though the garbage collector is called.

image

I put the brackets in all the Using calls, which didn't improve the situation^^'. Is there maybe a ffmpeg...._free_context call missing somewhere in one of the Dispose methods? This code with ffmpeg is really too complicated for me, I can't fix it without help. :)

@javidsho
Copy link
Contributor

Smells like burned chicken here!
I'll look into this.

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