-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Memory usage doubles when the file open dialog is opened (from about 6 to 13 MB), rises about 2 MB when an input file is being parsed, and keeps rising as more files are selected. The source code should be checked for potential memory leaks.
Possibly due to ffmpeg/libav allocated memory not being freed properly.