Skip to content

GCHandle leak in OSX Pal SafeDeleteSslContext #128136

@MihaZupan

Description

@MihaZupan

We're allocating a weak handle here:

GCHandle handle = GCHandle.Alloc(this, GCHandleType.Weak);

But doesn't look like we're ever Free-ing it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions