-
Notifications
You must be signed in to change notification settings - Fork 17
Reference Leak #559
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestfeedbackIssues that are based off of feedback from stakeholdersIssues that are based off of feedback from stakeholders
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeedbackIssues that are based off of feedback from stakeholdersIssues that are based off of feedback from stakeholders
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
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