Skip to content
Snippets Groups Projects
Commit 788ba9b0 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'leak.IOVSvc-20201217' into 'master'

IOVSvc: Fix memory leak.

See merge request atlas/athena!39264
parents bb55a56e 9702edf7
No related branches found
No related tags found
No related merge requests found
......@@ -855,7 +855,7 @@ IOVSvc::createCondObj(CondContBase* ccb, const DataObjID& id,
// In that case, when we delete the address, it will
// follow an invalid pointer. So be sure to delete
// the address before the object is added to CondCont.
ioa.release();
ioa.reset();
// DataObject *d2 = static_cast<DataObject*>(v);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment