You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments