dtmail: resolve coverity warnings related to uninitialised members in C++ classes
This commit is contained in:
@@ -82,6 +82,7 @@ CmdList::CmdList(char *name, char *label ) : Cmd(name, label, 1)
|
||||
|
||||
_contents = 0;
|
||||
_numElements = 0;
|
||||
_pane = NULL;
|
||||
}
|
||||
|
||||
CmdList::~CmdList()
|
||||
|
||||
Reference in New Issue
Block a user