freeing a memory twice
- by benjamin button
Hi,
AFAIAK, freeing a NULL will result in nothing.i mean nothing is being done by the compiler/no functionality is performed.
Still i do see some statements where people say that one of the scenario,where a memory corruption can occur is "freeing a memory twice"?
Is this still true?