ni / measurement-plugin-labview

LabVIEW framework to develop measurement plug-ins for NI application software. Contains sample measurement plug-ins for InstrumentStudio and TestStand and a generator with a measurement template to get started on a measurement plug-in.
MIT License
10 stars 13 forks source link

Reference Leak #559

Open sabthagiri6 opened 1 month ago

sabthagiri6 commented 1 month ago

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

ni-vsts-admins commented 1 month ago

✅ Successfully linked to Azure Boards work item(s):