So if I run small program A that has some leaks. I don't free a few things as suggested. Then I run program B that happens to use those memory addresses that didn't get freed by program A, what happens then? Are there problems? Or does it just get used properly?
-- Regards, Chris Bennett