Skip to content

Reference Leak #559

@sabthagiri6

Description

@sabthagiri6

Reference of the libraries are not closed properly

The reference of all the library are opened, the reference is indexed through a for loop until a library of the same name is found. If library of same name is found, many reference left unclosed which ends up in reference leak.

Repro or Code Sample

image

Expected Behavior

The reference of rest of the libraries should be closed.

Possible Solution

Get the index of the reference, and retain the reference which is required and close rest of the reference.

AB#2795144

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfeedbackIssues that are based off of feedback from stakeholders

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions