https://bugs.kde.org/show_bug.cgi?id=380270

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@davidedmundson.co.uk

--- Comment #7 from David Edmundson <k...@davidedmundson.co.uk> ---
DeclarativeMimeData* DeclarativeDragDropEvent::mimeData() definitely has a bug.

In theory as the object is created from an invokable from QML it gets QML
ownership, which means the JS intepretter will delete it.

But if that's the case, we shouldn't be tracking it blindly as a member var,
because potentially that's a dangly pointer.

or it's not getting QML ownership, and then it's just leaking like crazy, which
would be unexpected to me, but it'd match this bug report.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to