Add missing cleanup. Seems to take care of non-determinism at restart

This commit is contained in:
Gabriel Gouvine 2023-06-04 11:01:51 +02:00
parent acf6cfe041
commit 26184c5016
1 changed files with 1 additions and 0 deletions

View File

@ -714,6 +714,7 @@ namespace Etesian {
size_t EtesianEngine::toColoquinte ()
{
clearColoquinte();
AllianceFramework* af = AllianceFramework::get();
DbU::Unit hpitch = getSliceStep();
DbU::Unit vpitch = getSliceStep();