Klipper: delete unmanaged QMimeData pointers
When you use new QMimeData
and the pointer is not used by the clipboard,
it is unmanaged and must be manually deleted or handled by a smart pointer.
When you use new QMimeData
and the pointer is not used by the clipboard,
it is unmanaged and must be manually deleted or handled by a smart pointer.