Hi,
 
I got a memory leak problem when I try to read an array with Teststand from a Visual Basic application.
 
My application reads a string array several times per seconds.  To read this array, I create (in TS) a local string array of 4 elements (array[0...3]).  This array is linked with the return value of my VB function.  When I run this application I got a memory leak.  I attached an example (see the "Memory Leak Occured").  Can you help me on that issue?
 
I found another way to do the same thing and no memory leak occured but it's painful to program.  See the "No Memory Leak" in the attached example.
 
I use Teststand 3.5.0.725.
 
Thanks,
 
Simon