more work on Raw -> Smart Pointers for external libs.

This commit is contained in:
2023-10-27 23:23:19 +02:00
parent 4726764306
commit 6340f9d196
16 changed files with 440 additions and 674 deletions

View File

@@ -1507,7 +1507,7 @@ bool TMusrRunHeader::UpdateFolder(TObject *treeObj, TString path)
if (!obj) { // required object not present, create it
TObjArray *oarray = new TObjArray();
if (!oarray) {
if (oarray == nullptr) {
std::cerr << std::endl << ">> TMusrRunHeader::UpdateFolder(): **ERROR** couldn't create header structure!!" << std::endl;
return false;
}