]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/TestNewIO.C
Merge remote-tracking branch 'origin/master' into flatdev
[u/mrichter/AliRoot.git] / macros / TestNewIO.C
index 5d7568a96d8a1ee40687c9c692a5a901dea03449..1d3aada8009aff858c154b8c28a3d88f4f4baf60 100644 (file)
@@ -61,7 +61,7 @@ Int_t TestNewIO(Int_t n = 5,Char_t SlowOrFast='s')
 
    if (gAlice)
     {
-      delete gAlice->GetRunLoader();
+      delete AliRunLoader::Instance();
       delete gAlice;//if everything was OK here it is already NULL
       gAlice = 0x0;
     }