MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / ~TSendmailThread

Function ~TSendmailThread

sourcecommon/sendmail.cpp:78–84  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

76}
77//---------------------------------------------------------------------------
78__fastcall TSendmailThread::~TSendmailThread()
79{
80 delete smtp;
81 smtp = NULL;
82 delete SSLIOHandler;
83 SSLIOHandler = NULL;
84}
85//---------------------------------------------------------------------------
86void __fastcall TSendmailThread::Execute()
87{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected