Skip to content

Klipper: delete unmanaged QMimeData pointers

Noah Davis requested to merge work/ndavis/klipper-qmimedata-delete into master

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.

Merge request reports

Loading