Problem 1617 - memory leak in G4RIsotopeTable.cc
Summary: memory leak in G4RIsotopeTable.cc
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/hadronic/models/radioactive_decay (show other problems)
Version: 9.4
Hardware: All All
: P5 normal
Assignee: dennis.herbert.wright
URL:
Depends on:
Blocks:
 
Reported: 2014-04-23 02:21 CEST by guanlisheng
Modified: 2014-06-12 20:09 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.