Quote Originally Posted by User137
I would find it hard to imagine WinXP could not handle and free application's own memory spaces.
I think the memory is recovered when the app closes on most modern OS's. But if you don't worry about memory management while you app is running your app will probably run out of memory while running, especially if you are creating lots of objects but not freeing them.