Commit 332e015
committed
fix: Properly clean up TList in FairGeoSet
FairGeoSet has non-owning references inside a TList to
FairGeoNodes. When the dtor of FairGeoSet is called, those
FairGeoNodes might already have been destroyed.
Calling `Clear` with `"nodelete"` will just remove all the
references without touching them.1 parent 31b4b7d commit 332e015
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| |||
0 commit comments