Hacker News new | ask | show | jobs
by jibal 261 days ago
Yes, but `*ptr == NULL` is just plain wrong ... it should be `ptr == NULL` ... but that test is redundant since `free` is required to do it.