global: always remove from the global map
We add the global to the global map to allocate an id. Remove the global from the map in _destroy() instead of _unregister() to make sure we always remove the global from the map, even if the global was not registered. See #973
Loading
Please register or sign in to comment