Problem 1617

Summary: memory leak in G4RIsotopeTable.cc
Product: Geant4 Reporter: guanlisheng <guanlisheng>
Component: processes/hadronic/models/radioactive_decayAssignee: dennis.herbert.wright
Status: RESOLVED FIXED    
Severity: normal CC: Alberto.Ribon
Priority: P5    
Version: 9.4   
Hardware: All   
OS: All   

Description guanlisheng 2014-04-23 02:21:24 CEST
We should release the associated object first before call clear.

00093 G4RIsotopeTable::~G4RIsotopeTable()
00094 {
00095   fIsotopeList.clear();
00096   fIsotopeNameList.clear(); 
00097 }
Comment 1 guanlisheng 2014-04-26 13:45:25 CEST
Any update?
Comment 2 dennis.herbert.wright 2014-06-12 20:09:47 CEST
This is now fixed and tagged.  Thanks for reporting it.