Hacker News new | ask | show | jobs
by mrlemke 1477 days ago
As long as you're not messing with memory directly (i.e. dynamic allocation), the OS will clean up after your program exits.
1 comments

Yes dynamic allocation is exactly what I'm concerned about. Deserializing text for example.