jklimke / libcitygml

C++ Library for CityGML Parsing and Visualization
GNU Lesser General Public License v2.1
98 stars 55 forks source link

Fixed some issues caused by dereferencing pointers to elements of an … #77

Closed mlavik1 closed 1 year ago

mlavik1 commented 1 year ago

Fixed some issues caused by dereferencing pointers to elements of an std::vector that has since been re-allocated.

Some comments:

76