| Summary: | G4FTFPModel has a memory leak | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Laurie Nevay <laurie.nevay> |
| Component: | processes/hadronic/models/parton_string/diffraction | Assignee: | Alberto.Ribon |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | Alberto.Ribon |
| Priority: | P4 | ||
| Version: | 10.5 | ||
| Hardware: | Apple | ||
| OS: | Mac OS X | ||
|
Description
Laurie Nevay
2019-02-18 16:20:07 CET
This was introduced in 10.5, in releases before theStrings was initialised to 0. Its a local variable not passed to any method, just being re-assigned by BuildsStrings(). Need to check with the author why the initial new ... was added. The leak has been fixed in the coming patch G4 10.5.p01 (expected to be released this week), and in the development (i.e. for the future G4 10.6 release). Thanks for the report. |