dtmail: resolve coverity warnings related to uninitialised members in C++ classes
This commit is contained in:
@@ -53,6 +53,7 @@ RFCFormat::RFCFormat(DtMail::Session * session)
|
||||
{
|
||||
_session = session;
|
||||
_is_write_bcc = DTM_FALSE;
|
||||
_use_cr = DTM_FALSE;
|
||||
}
|
||||
|
||||
RFCFormat::~RFCFormat(void)
|
||||
|
||||
Reference in New Issue
Block a user