dtmail: Further Coverity fixes

This commit is contained in:
Peter Howkins
2018-04-24 02:38:56 +01:00
parent 9088d6b54e
commit 3cf92f3741
26 changed files with 113 additions and 87 deletions

View File

@@ -260,7 +260,7 @@ MenuBar::createPulldown (
}
XtManageChildren ( head_wl, num_wl );
delete head_wl;
delete [] head_wl;
return(pulldown);
}