From bbcea4df3a5d83d47c9b3e1e1240fba855b57d69 Mon Sep 17 00:00:00 2001 From: hristov Date: Mon, 7 Apr 2003 13:29:27 +0000 Subject: [PATCH] Removing the module from the list of modules in the destructor --- STEER/AliModule.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/STEER/AliModule.cxx b/STEER/AliModule.cxx index 5f2296434e2..11884bcd777 100644 --- a/STEER/AliModule.cxx +++ b/STEER/AliModule.cxx @@ -136,6 +136,9 @@ AliModule::~AliModule() // Destructor // + // Remove this Module from the list of Modules + gAlice->Modules()->Remove(this); + // Delete ROOT geometry if(fNodes) { fNodes->Clear(); -- 2.31.1