Skip to content

Do not preserve pointer to stack variable

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

This seems to be preserving a pointer to a stack variable in xAODConfigSvc.cxx:894 case which is dangerous. Valgrind reports a memory leak in this method. As if xAODConfigSvc is not destroyed

Edited by Adam Edward Barton

Merge request reports