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

Method ~MessageDialog

src/Windows/MessageDialog.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31MessageDialog::~MessageDialog() {
32 SU::FreeTChar(m_message);
33}
34
35int MessageDialog::Create(HWND hParent, const TCHAR * title, const TCHAR * message) {
36 SU::FreeTChar(m_message);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected