]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONCluster.cxx
Re-establishing creation of RecPoints in TreeR (Laurent)
[u/mrichter/AliRoot.git] / MUON / AliMUONCluster.cxx
index 3fb8fe5504d6d79c3707704e9ca7241e85ae2fa4..642c462fb52f3215da3704b92a18c38aa7d568c0 100644 (file)
@@ -346,6 +346,7 @@ AliMUONCluster::Copy(TObject& obj) const
   ///
   TObject::Copy(obj);
   AliMUONCluster& dest = static_cast<AliMUONCluster&>(obj);
+  delete dest.fPads;
   dest.fPads = 0x0;
   if ( fPads )
   {