LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CA_FreeMemory Breaks without a breakpoint set.

The functions CA_FreeMemory is breaking every time I call it even though I don't have a breakpoint set. Does anyone know of this problem? Is there an alternate function that can be used to free the memory that doesn't break whenever called?

0 Kudos
Message 1 of 2
(2,899 Views)

Hi Steve,

 

This KnowledgeBase article describes the issue you are seeing: Missing Breakpoint in LabWindows/CVI Code.  Another function you can use to free memory is the ANSI C function free (found in stdlib.h)

Eric B.
National Instruments
0 Kudos
Message 2 of 2
(2,877 Views)