Skip to content
  • Christian Schulte zu Berge's avatar
    Fixed DataHandle reference counting implementation: · ac28b5d7
    Christian Schulte zu Berge authored
    * AbstractData now stores a weak_ptr to its shared_ptr owning group if existant. This avoids unintentional creation of multiple owning groups where each eventually tries to delete the AbstractData on its own (which will certainly not work)
    * Updated DataContainer implementation to use a hash map instead of an unordered map.
    ac28b5d7