Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -4,6 +4,9 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
|
||||
which **must** added in reverse chronological order (newest at the top). It must **not**
|
||||
be used as a substitute for writing good git commit messages!
|
||||
|
||||
## 2024-02-02 Vladimir Ivanchenko (had-hadronization-V11-02-00)
|
||||
- G4ExcitedStringDecay - fixed minor memory leak suggested by Coverity,
|
||||
which may never happen
|
||||
|
||||
## 2022-10-19 Alberto Ribon (had-hadronization-V11-00-03)
|
||||
Change suggested by Vladimir Uzhinsky:
|
||||
|
||||
+2
@@ -170,6 +170,8 @@ G4KineticTrackVector *G4ExcitedStringDecay::FragmentStrings(const G4ExcitedStrin
|
||||
if (generatedKineticTracks == nullptr || generatedKineticTracks->size() == 0)
|
||||
{
|
||||
// G4cerr << "G4VPartonStringModel:No KineticTracks produced" << G4endl;
|
||||
delete generatedKineticTracks;
|
||||
generatedKineticTracks = nullptr;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user