| 33 | } |
| 34 | |
| 35 | InputDialog::~InputDialog() { |
| 36 | SU::FreeTChar(m_comment); |
| 37 | SU::FreeTChar(m_value); |
| 38 | } |
| 39 | |
| 40 | int InputDialog::Create(HWND hParent, const TCHAR * title, const TCHAR * comment, const TCHAR * initialValue, bool password) { |
| 41 | SU::FreeTChar(m_comment); |
nothing calls this directly
no outgoing calls
no test coverage detected