-
- Downloads
Fix ROOT-7487, make TObject::Clone always proceed.
If gDirectory is a nullptr use gROOT. TObject::Clone uses TDirectory[File]::CloneObject and the TDirectoryFile object actually change the behavior (set gFile to nullptr) in a way that probably require significant surgery to avoid using the virtual function.
Please register or sign in to comment