Y
Hacker News
new
|
ask
|
show
|
jobs
by
yan
4519 days ago
What the article intended to say is calling free() on the same pointer twice is considered 'double free'. Also an issue with the c++ delete operator.
Calling free() on NULL is a no-op.