Skip to content
Commit c8340f16 authored by Dennis Nienhüser's avatar Dennis Nienhüser
Browse files

Fix crash on exit

Member variables are destroyed in reverse order of appearance. When
the tile cache is destructed, the shared pointers of its documents
can reach zero and will attempt to remove themselves from the tree
model. While doing so the garbage queue and the list of pending
documents is checked, so they need to be intact at this point. This
is only the case if the tile cache appears after the garbage queue
and the list of pending documents in the member variables list.
parent 506edd0d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment