ffmpegwasm/ffmpeg.wasm

Memory leak with simple new FFmpeg()

Closed this issue · 1 comments

Describe the bug
A clear and concise description of what the bug is.
The memory keeps growing after creating a FFmpeg instance

To Reproduce
Please provide a GitHub link or code snippet.
create a static field like class AppInfo { static ffmpegInstance: object = new FFmpeg() }

Expected behavior
A clear and concise description of what you expected to happen.
Memory should not grow if there is no ffmpeg interaction

Desktop (please complete the following information):

  • OS: [e.g. iOS] macOS
  • Browser [e.g. chrome, safari] Electron
  • Version [e.g. 22] 31.3.0

I met this bug too. If you have figured out the cause of this bug now?