Skip to content

ROBDataProviderSvc: Use unique_ptr to cache ROBs per slot

Walter Lampl requested to merge wlampl/athena:ROBDataProviderLeakFix into master

Use unique_ptr instead of manual new/delete in ROBDataProviderSvc

Background: I started doing that b/c I thought there is leak, but that turns out to be due to another bug, see ATEAM-661.

Merge request reports