You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Bug report best practices: Submitting Issues
Description
There are many cases in SecureStorage.ios.cs where disposable objects, such as NSData, SecRecord, NSString, etc., are not disposed.
Expected Behavior
Prior to exiting a method, any disposable objects that are not returned to the caller should be disposed of.
Actual Behavior
As mentioned, several types are never disposed in SecureStorage.ios.cs.
Basic Information