in reply to Re: break out of enless loop does not release memory
in thread break out of enless loop does not release memory

bart,
I think you're being bugged by the typical problem that releasing contents of variables doesn't release the memory back to the OS. That only happens when the program quits.

This is not entirely true.

Cheers - L~R

  • Comment on Re^2: break out of enless loop does not release memory