Problem 1585

Summary: Memory leak in G4GMocrenFile.cc
Product: Geant4 Reporter: Alberto.Ribon
Component: visualizationAssignee: perl
Status: RESOLVED FIXED    
Severity: normal CC: Alberto.Ribon, Federico.Carminati, garnier, guanlisheng
Priority: P5    
Version: 10.0   
Hardware: All   
OS: All   

Description Alberto.Ribon 2014-03-06 14:42:54 CET
Federico Carminati has found a memory leak in G4GMocrenFile.cc.
It was found in G4 9.6.p02, but I think the problem is present also in G4 10.0.

The fix consists in adding the following line to the destructor of the class:
  delete kMessenger;
Comment 1 guanlisheng 2014-04-26 13:44:31 CEST
Any update here?