◄CObject► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── void operator delete( void* p ); Remarks For the Release version of the library, operator delete simply frees the memory allocated by operator new. In the Debug version, operator delete participates in an allocation-monitoring scheme designed to detect memory leaks. NOTE: If you override operators new and delete, you forfeit the diagnostic capability. See Also ◄CObject::operator new► -♦-