]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSVertexerFast.cxx
Phi-weights with slightly better statistics and I had to fix 2 coverity defects.
[u/mrichter/AliRoot.git] / ITS / AliITSVertexerFast.cxx
index 7692cd17334d9c0845d5f0c60fe1f493673f8b9e..9334051d5399f7535264829b4b6dc5e9b5aad832 100644 (file)
@@ -65,8 +65,7 @@ fSmear(0)
 //______________________________________________________________________
 AliITSVertexerFast::~AliITSVertexerFast(){
   // Destructor
-  if(fSmear)delete [] fSmear;
-  fSmear = 0;
+  delete [] fSmear;
 }
 
 //______________________________________________________________________