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