Revision ef26f5e...
Go back to digest for 24th July 2011Bug Fixes in Educational
Guillaume Martres committed changes in [marble/kde-4.7] src/lib/PlacemarkLayout.cpp:
PlacemarkLayout: avoid having deleted VisiblePlacemarks in m_paintOrder
setCacheData() runs qDeleteAll on m_visiblePlacemarks but did not remove
them from m_paintOrder. This could cause random crashes (semi-reproducible
at startup by moving/clicking the mouse before the map is loaded).
(cherry picked from commit 78980c378a7eff47fd68ad4b013f0d5c346315ef)
File Changes
Modified 1 files
- src/lib/PlacemarkLayout.cpp
1 files changed in total