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:
authorvng <viktor.govako@gmail.com>2011-09-01 19:01:29 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:22:58 +0300
commitdf29dc49ee77fe6703922e965c62e45a99764eca (patch)
tree8019acfe560fc8a8d81d09f4e4f1eef06e31b794 /indexer/feature.cpp
parent1f10c6ce32802096873ed848598293f610281d9b (diff)
Feature inner statistics zero initialization.
Diffstat (limited to 'indexer/feature.cpp')
-rw-r--r--indexer/feature.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/feature.cpp b/indexer/feature.cpp
index 4e79cba02c..51cc9df4ba 100644
--- a/indexer/feature.cpp
+++ b/indexer/feature.cpp
@@ -89,6 +89,8 @@ void FeatureType::Deserialize(feature::LoaderBase * pLoader, BufferT buffer)
m_pLoader->AssignFeature(this);
m_bHeader2Parsed = m_bPointsParsed = m_bTrianglesParsed = false;
+
+ m_InnerStats.MakeZero();
}
void FeatureType::ParseHeader2() const