From 9702edf7dec0304aa213d987313ce57a6442e136 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Thu, 17 Dec 2020 16:43:01 +0100 Subject: [PATCH] release -> reset --- Control/IOVSvc/src/IOVSvc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Control/IOVSvc/src/IOVSvc.cxx b/Control/IOVSvc/src/IOVSvc.cxx index 131db47d71c..e968fe7af84 100755 --- a/Control/IOVSvc/src/IOVSvc.cxx +++ b/Control/IOVSvc/src/IOVSvc.cxx @@ -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); -- GitLab