Skip to content
Snippets Groups Projects
Commit d61a82c8 authored by Savici, Andrei T.'s avatar Savici, Andrei T.
Browse files

Make sure pointer is initialized before deleting it. Refs #7347

parent 55f20e86
No related merge requests found
......@@ -139,7 +139,7 @@ namespace MDAlgorithms
//----------------------------------------------------------------------------------------------
/** Constructor
*/
FindPeaksMD::FindPeaksMD() : m_addDetectors(true), m_densityScaleFactor(1e-6)
FindPeaksMD::FindPeaksMD() : m_addDetectors(true), m_densityScaleFactor(1e-6),prog(NULL)
{
}
......
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