Skip to content
Snippets Groups Projects
Commit 3b127423 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'coverity.DetDescrCondExample-20180920' into 'master'

DetDescrCondExample: Fix coverity warnings 115000, 115022.

See merge request atlas/athena!14354
parents 58101c27 2218b334
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,10 @@ CoolHistExample::CoolHistExample(const std::string& name,
m_objname("fileGUID"),
m_dirname("DefTag"),
m_channel(10),
m_retrievedir(false)
m_retrievedir(false),
m_histptr(nullptr),
m_objptr(nullptr),
m_dirptr(nullptr)
{
// declare properties
declareProperty("RetrieveDir",m_retrievedir);
......
......@@ -18,7 +18,8 @@
ReadAlignTrans::ReadAlignTrans(const std::string& name,
ISvcLocator* pSvcLocator) :AthAlgorithm(name,pSvcLocator),
p_geomodelsvc(0)
p_geomodelsvc(0),
m_sidetman()
{}
ReadAlignTrans::~ReadAlignTrans(void)
......
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