So I have a LabVIEW application, which works fine under the IDE, but when built into an executable it suffers from a memory leak in the order of 5-10kB/s.
The code uses several dynamically spawned components, including an acquisition component, controller component and user interface (viewer) co...