Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-115810

Memory leak and locked file handle in ffmpeg recorder

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • P3: Somewhat important
    • 6.5.3, 6.6.0 Beta3, 6.7.0 FF
    • 6.5, 6.6, dev
    • Multimedia
    • 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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            johanseg Jøger Hansegård
            johanseg Jøger Hansegård
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes