]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixing small memory leak
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Dec 2009 05:21:55 +0000 (05:21 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Dec 2009 05:21:55 +0000 (05:21 +0000)
MUON/mapping/AliMpDDLStore.cxx

index f9f6a48f3a9b7a6adbea99a15b5ae68a995dcd25..f1eb73bc2adbb42f66ec508b48849e3fca9cd995 100644 (file)
@@ -572,6 +572,8 @@ Bool_t AliMpDDLStore::ReadBusPatchSpecial()
         }
       }
     }
+    
+    delete stringList;
   }
   
   delete &in;