Skip to content

Use local variable instead of pointer (ATLASSQ-370)

Nicolas Koehler requested to merge nkoehler/athena:sq370 into master

Hi,

as found by Cppcheck, there was a nullptr derefence in MdtVsTgcRawDataMonitoring. Fixed by using local variable. Fixes ATLASSQ-370.

Best, Nico

Merge request reports