01-07-2010 07:32 PM
Sorry if this has been posted before, but I can't quite figure out why this VI is causing a gigantic memory leak (losing nearly 500K of memory a second). It's a simple system exec call, and I even trivialized everything in order to try and discover the problem.
Does anyone see a huge problem here? I've tried calling up taskkill afterward as well, though that seemed to make little difference.
If you don't trust my trivial program (and you probably shouldn't), I've also included the source files for the program - it's a one-line C++ program that returns immediately.
Any insight is greatly appreciated.
Thanks!
01-07-2010 08:20 PM
01-08-2010 10:15 AM