Skip to content
Commit bacec9f0 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

autotests: Fix testXdgForeign

Currently, testXdgForeign fails because imported and exported resources
are destroyed immediately from destructor request handlers and code that
performs cleanup in the exported-imported mapping tables accesses the
dangling pointers.

Previously, it wasn't an issue because the destruction of exported and
imported resources was delayed using QObject::deleteLater().
parent fce60c01
Pipeline #55209 canceled with stage
in 2 minutes and 47 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment