Fix potential crash in pastejob
Mimedata is owned by the QPA. It will be deleted when a new clipboard arrives. PasteJob stores a pointer to the mimedata used. It has an async step `QTimer::singleShot(0, this, SLOT(slotStart()));` mimeData can be deleted in the meantime. This patch adds a guard for that. BUG: 439948
parent
d7da117e
Loading
Loading
Pipeline
#137763
passed
with stage
in
16 minutes and 32 seconds
Loading
-
mentioned in commit bd19eaf2
-
mentioned in merge request !902 (merged)
-
mentioned in commit 29bdf541
Please register or sign in to comment