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

Resolve memory leaks #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Saghen
Copy link

@Saghen Saghen commented May 20, 2022

Description

In production, we noticed a steady increase in memory usage until our nodes would crash due to out of memory. Using valgrind and the pastebin below via valgrind --leak-check=full node --expose-gc beamcoder.js, we discovered what appears to be memory leaks in the decoder, encoder, and filters due to frames and packets not being freed. This PR adds the necessary av_frame_free and av_packet_free calls to avoid this memory leak. Apologies if the code is not ideal. I don't work in C++ day to day

https://pastebin.com/Q2fCP4qa

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.

1 participant