Skip to content

[ClipboardHistory] - Possible memory leak #27

@DZimo

Description

@DZimo

With limited size of items, for example 2, the ram usage keep increasing drastically for each time a view is created, i suspect that there is something not being released maybe the listeners SillListViewItem, is it possible maybe to add a dispose method for unsubscribing those ?

_actionButtonControl.Click += ActionButtonControl_Click;
_actionButtonControl.PointerEntered += ActionButtonControl_PointerEntered;
_actionButtonControl.PointerExited += ActionButtonControl_PointerExited;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions