]> git.uio.no Git - u/mrichter/AliRoot.git/commit
This patch solves the problem encountered when posting tasks to the folder. What...
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Jul 2002 10:40:57 +0000 (10:40 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Jul 2002 10:40:57 +0000 (10:40 +0000)
commitef305168d0ba1e05dc702286ca091193a75aa7c7
tree67710b324deec4876f8574a4ebed8b252e1fa76a
parent7b32237dff3d1b851168e255adfd75ee7de60764
This patch solves the problem encountered when posting tasks to the folder. What happens is that SetAddress(&obj) calls the dtor of obj. In the dtor of all tasks gAlice is deleted. The solution applied is to tag the object if it is created with the default ctor. In that case gAlice is not delete anymore.
So everything is now back to normal
EMCAL/AliEMCALClusterizerv1.cxx
EMCAL/AliEMCALClusterizerv1.h