MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / ~InputDialog

Method ~InputDialog

src/Windows/InputDialog.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35InputDialog::~InputDialog() {
36 SU::FreeTChar(m_comment);
37 SU::FreeTChar(m_value);
38}
39
40int InputDialog::Create(HWND hParent, const TCHAR * title, const TCHAR * comment, const TCHAR * initialValue, bool password) {
41 SU::FreeTChar(m_comment);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected