summaryrefslogtreecommitdiff
path: root/util/README.lsan
blob: c35965b831ac51f77639547dfc16990ec17f51af (plain)
1
2
3
4
5
6
7
8
9
You need these suppressions when running with Wayland, as QtWaylandCompositor
does not delete anything on shutdown:

export LSAN_OPTIONS="suppressions=<path/to/appman>/util/lsan.suppressions"


Please note: the qml/resources auto-test will report leaks, but these
are deliberate: we cannot unload resource files once they are loaded in
single-process mode.