TESTBED: fixed a typo, due to which the config file size was increasing if a rerun is made from the current menu

svn-id: r51568
This commit is contained in:
Neeraj Kumar 2010-08-01 08:56:24 +00:00
parent 9d6d0f8b35
commit d628562071

View File

@ -168,6 +168,7 @@ void TestbedConfigManager::writeTestbedConfigToStream(Common::WriteStream *ws) {
}
}
_configFileInterface.saveToStream(*ws);
_configFileInterface.clear();
ws->flush();
}