X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONCluster.cxx;h=a40d9fe005e2a2bec14e879359fced7c85bdbb0e;hb=babbee1b65790ed59762e696449285221e512976;hp=92419876bd37769a904a705e5c0dd4ff733dcb86;hpb=90eb1de24dedd68fd592bd65098fc291b3a5ba19;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONCluster.cxx b/MUON/AliMUONCluster.cxx index 92419876bd3..a40d9fe005e 100644 --- a/MUON/AliMUONCluster.cxx +++ b/MUON/AliMUONCluster.cxx @@ -144,17 +144,16 @@ AliMUONCluster::operator=(const AliMUONCluster& src) AliMUONCluster::~AliMUONCluster() { /// dtor : note that we're owner of our pads - // fPads.Delete(); +// fPads.Delete(); } //_____________________________________________________________________________ void AliMUONCluster::Clear(Option_t*) { - /// Clear our pad array. - /// We have to call the destructor of TObjArray to be sure that all - /// allocated memory is released. - fPads.~TObjArray(); + /// Clear our pad array + fPads.Clear(); +// fPads.Delete(); } //_____________________________________________________________________________