| 273 | ComposingContainerizerProcess::~ComposingContainerizerProcess() |
| 274 | { |
| 275 | foreach (Containerizer* containerizer, containerizers_) { |
| 276 | delete containerizer; |
| 277 | } |
| 278 | |
| 279 | foreachvalue (Container* container, containers_) { |
| 280 | delete container; |
nothing calls this directly
no test coverage detected