| 28 | } |
| 29 | |
| 30 | CSecureEdit::~CSecureEdit() |
| 31 | { |
| 32 | if (m_pBuf) |
| 33 | delete m_pBuf; |
| 34 | if (m_pBufOld) |
| 35 | delete m_pBufOld; |
| 36 | } |
| 37 | |
| 38 | BEGIN_MESSAGE_MAP(CSecureEdit, CEdit) |
| 39 | //{{AFX_MSG_MAP(CSecureEdit) |
nothing calls this directly
no outgoing calls
no test coverage detected