Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

SecureStorage.ios.cs does not properly dispose of objects #464

@robv8r

Description

@robv8r

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

  • Version with issue: 0.9.1
  • Last known good version: N/A
  • IDE: Visual Studio 2017 Enterprise
  • Platform Target Frameworks:
    • iOS: All

Metadata

Metadata

Assignees

Labels

in-progressActively being worked on.optimizationCode tweak that doesn't impact functionality at all.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions