Skip to content

qtitem: don't potentially leak a large number of buffers

The only other place where these queued buffers are removed, is in setCaps() but that is not called at all on shutdown so this list of buffers could not be removed.

Merge request reports