Fix memory leak in database migration

This commit is contained in:
Selat 2014-02-05 19:52:59 +02:00 committed by sapier
parent bc0bbffa14
commit 6715c422ae
1 changed files with 1 additions and 0 deletions

View File

@ -1274,6 +1274,7 @@ int main(int argc, char *argv[])
<< (100.0 * count / blocks.size()) << "% completed" << std::endl;
}
new_db->endSave();
delete new_db;
actionstream << "Successfully migrated " << count << " blocks" << std::endl;
world_mt.set("backend", migrate_to);