Hacker News new | ask | show | jobs
by syockit 3056 days ago
It's usually a problem with pointers to structs that have pointer members. In a typical destruction sequence, you usually free the members before the struct itself.