Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Memory leak on Xamarin.iOS SignaturePadView #160

Open
titusmoldovan opened this issue Apr 11, 2019 · 1 comment
Open

Memory leak on Xamarin.iOS SignaturePadView #160

titusmoldovan opened this issue Apr 11, 2019 · 1 comment

Comments

@titusmoldovan
Copy link

Description

The SignaturePadView is never collected by the ARC

Code

SignaturePadCanvas.StrokeCompleted += delegate
{
OnSignatureStrokeCompleted ();
};
SignaturePadCanvas.Cleared += delegate
{
OnSignatureCleared ();
};

Expected Behavior

The delegates should be removed in a "destroy method".

Actual Behavior

The delegates are added on Initialize, but never removed.

Basic Information

  • Version with issue:
  • Last known good version:
  • IDE:
  • Platform Target Frameworks:
    • Android:
    • iOS:
    • UWP:
    • Xamarin.Forms:
  • Target Devices:

Screenshots

Reproduction Link

@jyt1902
Copy link

jyt1902 commented Sep 25, 2019

Also same issue in UWP Signature pad

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants