‎07-25-2007 10:59 AM
‎07-26-2007 08:32 AM
‎07-26-2007 08:59 AM
‎08-23-2007 03:40 PM
Hello marco_a,
I know you mentioned that you have removed all dynamic memory allocations, but you may still want to try adding various calls to the CVIDynamicMemoryInfo function to see if it identifies any additional memory allocations/handles you may not be closing.
From the function panel:
CVIDynamicMemoryInfo determines the total number of memory blocks allocated and the total number of bytes allocated.
In addition, the function can display this information and additional information for each individual memory block in the debug output window.
Thanks