Browse Source

Fix `TracingIterator` not being deallocated

feature_improvement
Anton Tarasenko 2 years ago
parent
commit
8fc4629ca2
  1. 1
      sources/Commands/ACommandSpawn.uc

1
sources/Commands/ACommandSpawn.uc

@ -123,6 +123,7 @@ private final function SpawnInInstigatorSight(
announcer.AnnounceSpawningFailed(template);
}
_.memory.Free(result);
_.memory.Free(iter);
}
defaultproperties

Loading…
Cancel
Save