dtmail: resolve coverity warnings related to uninitialised members in C++ classes
This commit is contained in:
@@ -82,6 +82,7 @@ Cmd::Cmd ( char *name, char *label, int active )
|
||||
_activationList = NULL;
|
||||
_deactivationList = NULL;
|
||||
_hasUndo = TRUE;
|
||||
_previouslyActive = 0;
|
||||
|
||||
if (label) {
|
||||
_label = strdup(label);
|
||||
|
||||
Reference in New Issue
Block a user