| Summary: | memory leak in G4RIsotopeTable.cc | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | guanlisheng <guanlisheng> |
| Component: | processes/hadronic/models/radioactive_decay | Assignee: | dennis.herbert.wright |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | Alberto.Ribon |
| Priority: | P5 | ||
| Version: | 9.4 | ||
| Hardware: | All | ||
| OS: | All | ||
Any update? This is now fixed and tagged. Thanks for reporting it. |
We should release the associated object first before call clear. 00093 G4RIsotopeTable::~G4RIsotopeTable() 00094 { 00095 fIsotopeList.clear(); 00096 fIsotopeNameList.clear(); 00097 }