Skip to content

fix(ui): module::ui::qt::image leaks

Erwan DUHAMEL requested to merge 1258-fix-ui-module-ui-qt-image-leaks into dev

Description

This fixes a leak of a QPixmap in module::ui::qt::image.

How to test it?

  • Confirm no change in behaviour in an app using this service.
  • For the brave: run valgrind and confirm this leak is gone.

Related issue(s)

Closes #1258 (closed)

Merge request reports