Skip to content

Commit

Permalink
LoadPCMImpl may need to deserialize.
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Jun 16, 2020
1 parent a49d8fa commit ce22a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/metacling/src/TCling.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,7 @@ void TCling::LoadPCM(std::string pcmFileNameFullPath)
std::string RDictFileOpts = pcmFileNameFullPath + "?filetype=pcm";
TMemFile pcmMemFile(RDictFileOpts.c_str(), range);

cling::Interpreter::PushTransactionRAII deserRAII(GetInterpreterImpl());
LoadPCMImpl(pcmMemFile);
fPendingRdicts.erase(pendingRdict);

Expand Down

0 comments on commit ce22a8f

Please sign in to comment.