Details
-
Task
-
Resolution: Fixed
-
P3: Somewhat important
-
6.5, 6.6, dev
-
None
-
653d90270 (dev), 9f0c2119d (6.5), 51a6631f4 (6.6)
Description
The ffmpeg Encoder class uses a finalizer class to asynchronously finalize file writing. This finalizer was lacking a call to close the file handle after finalization was complete.
This issue causes file handles to be leaked, and keeps the file locked until process exit.