Skip to content

Commit b814eb8

Browse files
authored
QC-1125 Another Compress() afer Remove() in ObjectManager (#2177)
This adds Compress() in one place which was omitted in the original PR: #2169
1 parent 8f8985b commit b814eb8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Framework/src/ObjectsManager.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ void ObjectsManager::stopPublishing(TObject* object)
124124
}
125125
if (objectToRemove) {
126126
mMonitorObjects->Remove(objectToRemove);
127+
mMonitorObjects->Compress();
127128
}
128129
}
129130

0 commit comments

Comments
 (0)