12-21-2010 12:57 PM
Hello,
I am using a GUI built in LabVIEW to start TestStand application which is used to run TestStand sequences. I have been getting Property Object leak message when I shutdown the GUI. I noticed that all unreleased objects actually are the Type Definitions from StationGlobals.ini.
I came across some posts on the forum and I did verify all closed references for TS.IEngine and Sequences in the LabVIEW code. Invoke node for UnloadTypePaletteFiles and UnloadAllModules is also used in the code.
Any comments/suggestions on resolving the object leak message is appreciated.
Thanks!
12-22-2010 09:35 AM
Most likely a reference to the StationGlobals file or the TypeUsageList of the file is being leaked somewhere either in your UI code or your code modules. If you run your sequences in the sequence editor do you still see the leak? If so then the leak is likely in a code module rather than the UI.
Hope this helps,
-Doug