Skip to content
Commit 0461b7fe 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 d92fa7f1
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