Skip to content

autotests: Fix ASAN issues in TestWaylandSurface::testStaticAccessor

Vlad Zahorodnii requested to merge work/fix-asan-warning into master

We need to store surface ids before destroying the corresponding surfaces in order to avoid heap-use-after-free errors.

Merge request reports