| Summary: | possible memory leak in G4Navigator on Mac OS 10.3 | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | ldi00a |
| Component: | event | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 7.0 | ||
| Hardware: | All | ||
| OS: | Other | ||
|
Description
ldi00a
2005-06-23 11:13:46 CEST
The call to LocateGlobalPointAndUpdateTouchableHandle() from G4Navigator is supposed to create a handle and leave the responsibility to the caller for its deletion. The user should check in his simulation code what use he is doing of touchable-handles, a possible side-effect can be for example the attempt to keep an handle in one of the generated objects (hits for example), therefore unnecessarily creating new ones at each generation of a hit.... |