Skip to content
Snippets Groups Projects
Commit 1d321019 authored by Philippe Canal's avatar Philippe Canal
Browse files

Set TDirectory::fList to use the lock

parent 57d227f8
No related branches found
No related tags found
No related merge requests found
......@@ -226,6 +226,7 @@ void TDirectory::Build(TFile* /*motherFile*/, TDirectory* motherDir)
if (motherDir && strlen(GetName()) != 0) motherDir->Append(this);
fList = new THashList(100,50);
fList->UseRWLock();
fMother = motherDir;
SetBit(kCanDelete);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment