Hi!

Maybe a simple question...
If I've a program that allocates memory dynamically and runs for only a few seconds and terminates then:
Is the allocated memory still in use after terminating the program if I don't free it explicitly? Or is the memory being freed automatically by terminating the program?

Regards
Patrick