Federico Carminati has found a memory leak in G4IntraNucleiCascader.cc. He was using G4 9.6.p02, but I think that the problem is there also in G4 10.0. The fix is simple: in the method: void G4IntraNucleiCascader:: decayTrappedParticle(const G4CascadParticle& trapped) add the following line at the very end: delete daughters;
Thanks for the report! It will be fixed in the next release, and a patch can be made as well.
Thanks a lot. I would be in favour of having the patch as well.Best,