Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference Leaks.... (easy fix) #67

Open
wattyjams opened this issue Feb 9, 2022 · 0 comments
Open

Reference Leaks.... (easy fix) #67

wattyjams opened this issue Feb 9, 2022 · 0 comments

Comments

@wattyjams
Copy link

I had reason to run the NI DETT alongside VI tester this week to try and debug reference leaks in my code.
I found that VI Tester actually has leaks itself which may expain the performance slowdown as it increases the number of test that are run.
TestCase.lvclass:WaitOnTestComplete.vi has a consistent leak due the failure to close the VI reference that is opened...
TestSuite.lvclass:WaitOnTestComplete.vi appears to have the same leak.
GraphicalTestRunner.lvlib:Results Status Update Process__core.vi has a leak at some event registration function (I haven't looked at this one)

Thought I'd feed this back so that everyone gets this fixed.
;-)
Nice toolkit

Cheers
James

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant