Copy countryId before erase it.

This commit is contained in:
VladiMihaylenko 2017-09-11 15:37:29 +03:00 committed by Vladimir Byko-Ianko
parent 058bc5e8b3
commit 6eeb3d8b3e

View file

@ -585,7 +585,7 @@ void Storage::DownloadNextCountryFromQueue()
}
QueuedCountry & queuedCountry = m_queue.front();
TCountryId const & countryId = queuedCountry.GetCountryId();
TCountryId const countryId = queuedCountry.GetCountryId();
// It's not even possible to prepare directory for files before
// downloading. Mark this country as failed and switch to next