Skip to content

ISF Transport Tool. Use unique_ptr

ISF Transport Tool. Use unique_ptr

This is the other "side" of !51950 (merged) Ideally, all steps inbetween will go to unique_ptr like is the case for the std Extrapolator call chain. But will need to be done into steps.

ping @tcuhadar , @jchapman , @sroe

In this case note that both

-   // NB: don't delete eParameters, it's memory is managed inside the extrapolator
- delete eParameters;

are removed , this is indicative of the ownership issue I guess earlier developers were facing ...

Merge request reports