Ignore:
Timestamp:
11/01/18 20:43:06 (7 years ago)
Author:
tbretz
Message:
Improves the behaviour with RecursiveRemove. Strictly speaking this change might only be necessary if a class contains more than one member which is bound to recursive remove. Onth other hand setting all members to NULL which might be affected by RecursiveRemove is not wrong either.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbase/MEvtLoop.cc

    r13364 r19345  
    119119{
    120120    if (TestBit(kIsOwner) && fParList)
     121    {
    121122        delete fParList;
     123        fParList = 0;
     124    }
    122125}
    123126
Note: See TracChangeset for help on using the changeset viewer.