Skip to content
Commit a2dbb544 authored by Marco Martin's avatar Marco Martin
Browse files

Crash fix: don't close() as we delete on hide

When the panel config view is hidden, is completely deleted.
don't use close() which async destroys the platform window as
it can have a race condition with deleteLater() which will also attempt
to delete the platform window causing a double deletion
parent 1d7af0e1
Pipeline #525168 failed with stage
in 6 minutes and 10 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