Skip to content

Fix three memory leaks and use smart pointers instead.

Tom Englund requested to merge (removed):fsanitize into master

when compiling autotests with fsanitize, it found leaks here running various tests, instead of manually freeing the memory just convert them to smart pointers.

Merge request reports