Issue Details
I'm using the TestStand API from LabVIEW to develop a custom user interface to run sequence files and I'm getting the following message when closing my VI:
References to PropertyObjects were not released properly.
Total number of objects: 1114
Number of top-level objects: 35
Note: Some top-level objects may be included if they are referenced by
an incorrectly released top-level object. For example, an unreleased
SequenceContext object references a SequenceFile object.
The popup looks like:
Why I getting this message?