https://bugs.freedesktop.org/show_bug.cgi?id=91943

            Bug ID: 91943
           Summary: weston-dnd leaks memory allocated in
                    create_drag_icon()
           Product: Wayland
           Version: 1.5.0
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: weston
          Assignee: [email protected]
          Reporter: [email protected]

All of the memory weston-dnd allocates in create_drag_icon() in dnd.c is
leaked. weston-dnd expects the memory to be freed in response to
data_source.cancelled, but this is never emitted except for the clipboard data
source.

One solution would be to enhance wl_data_source to indicate when the drag has
been completed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to