Building a CVI dll. When called, 1st time run ok; CVI hang on the 2nd called.
Hang on free().
The memory is dynamically allocated for an array of int.
There are several dynamically allocated memory blocks.
Always hang on the same one. the first free().
How to find the problem?