summaryrefslogtreecommitdiff
path: root/util/README.lsan
diff options
context:
space:
mode:
Diffstat (limited to 'util/README.lsan')
-rw-r--r--util/README.lsan9
1 files changed, 9 insertions, 0 deletions
diff --git a/util/README.lsan b/util/README.lsan
new file mode 100644
index 00000000..c35965b8
--- /dev/null
+++ b/util/README.lsan
@@ -0,0 +1,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.