Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'map/framework.cpp')
-rw-r--r--map/framework.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/framework.cpp b/map/framework.cpp
index c27aad86c3..35d0c96c0f 100644
--- a/map/framework.cpp
+++ b/map/framework.cpp
@@ -357,6 +357,7 @@ void Framework::Migrate(bool keepDownloaded)
m_infoGetter.reset();
m_taxiEngine.reset();
m_cityFinder.reset();
+ m_ugcApi.reset();
TCountriesVec existedCountries;
GetStorage().DeleteAllLocalMaps(&existedCountries);
DeregisterAllMaps();