Skip to content

ITkStripClusterOnTrackTool: Fix early delete bug

Adam Edward Barton requested to merge abarton/athena:fixwrongdelete into master

Fix early delete bug from !47687 (merged) The raw pointer is returned from a unique ptr which is then promptly deleted as it goes out of scope. Fortunately the clang warnings caught it.

cc @tstreble

Edited by Adam Edward Barton

Merge request reports