12-16-2009 12:32 PM
In my LabWindows/CVI UI I know I have to be diligent with releasing references and freeing memory when using various TestStand methods, or getting the handle from a property. Specifically using CA_DiscardObjHandle and CA_FreeMemory. If I miss something the dev. environment tells me of a memory leak at the end.
In a .NET module though, am I right in thinking that all the memory issues are taken care of and I don't have to concern myself with releasing resources?
Thanks!
Ronnie
Solved! Go to Solution.
12-16-2009 12:48 PM
12-16-2009 12:59 PM
That's good news. For the rare circumstances you mention, do you know if the Visual Studio environment will inform of any memory leaks like the CVI one does?
12-16-2009 01:02 PM