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

Correct cause by multiple dictionary for an STL collection.

Previous if the user did (implicitly or explicitly)
  - load first dictionary for a class (without a rootpcm)
  - access the TClass for that class
  - load a second dictionary (with a rootpcm) for the same class
  - Request the list of data members or the list of base class
    for that class.
then the pointer to either list was a nullptr (rather than a
pointer to the proper list as provided by the first dictionary).
parent 12b379ed
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment