Skip to content

qtwindow: unref caps in destructor

Matthias Fuchs requested to merge uboot/gstreamer:missing-unref-in-qtwindow into main

When running our unit test suite with the leak analyzer we came across some leaked references. One of them seems to be caused by QtGLWindow not releasing the priv->caps which it acquires in qt_window_set_caps().

Merge request reports