Skip to content
Snippets Groups Projects
Commit 2199f8ef authored by Russell Taylor's avatar Russell Taylor
Browse files

Re #5738. Clear memory leak.

parent 3b77cdd4
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,7 @@ namespace Mantid
// Wipe all properties except the Load native ones
if( m_baseProps.find(name) == m_baseProps.end() )
{
this->removeProperty(name, false);
this->removeProperty(name);
}
}
......
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