Hacker News new | ask | show | jobs
by musicale 408 days ago
> If you don’t call free, memory usage will increase over time, but technically, it’s not a leak

Prevent "technical" memory leaks while creating actual memory leaks.

Also what happens when saver is zero due to a failed malloc?