You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IntSet_new calls IntSet_clear, which assumes that all the list head pointers are already initialized to NULL. Freeing the collision-lists and initializing should be in separate functions. This is fixed in some code I have locally, where IntSet becomes a map from int64_t to uint32_t, i.e. a map from OSM IDs to positive integer indexes.
Really we should pull all this code out into a libbliksem, along with my PBF loader code. See #155.
The text was updated successfully, but these errors were encountered:
IntSet_new calls IntSet_clear, which assumes that all the list head pointers are already initialized to NULL. Freeing the collision-lists and initializing should be in separate functions. This is fixed in some code I have locally, where IntSet becomes a map from int64_t to uint32_t, i.e. a map from OSM IDs to positive integer indexes.
Really we should pull all this code out into a libbliksem, along with my PBF loader code. See #155.
The text was updated successfully, but these errors were encountered: