...
| SEI CERT C++ Coding Standard | MEM53-CPP. Explicitly construct and destruct objects when manually managing object lifetimeMEM08-CPP. Use new and delete rather than raw memory allocation and deallocation |
| SEI CERT C Coding Standard | MEM31-C. Free dynamically allocated memory when no longer needed |
| MITRE CWE | CWE 590, Free of Memory Not on the Heap |
...