Hacker News new | ask | show | jobs
by thedufer 4169 days ago
I'm late to the party here, but `free` is a no-op on a null pointer. So checking for null is just duplicating the first thing `free` does.