Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updating xref

...

CERT C Secure Coding StandardMEM31-C. Free dynamically allocated memory when no longer needed
CERT C++ Coding StandardVOID MEM34MEM31-CPP. Only free memory allocated dynamicallyProperly deallocate dynamically allocated resources
ISO/IEC TS 17961Reallocating or freeing memory that was not dynamically allocated [xfree]
MITRE CWECWE-590, Free of Memory Not on the Heap

...