Skip to content
Snippets Groups Projects
Commit f81c87f4 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: memory leak

parent 5a2bb3c9
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ ConfigurationFile
ConfigurationFile
::~ConfigurationFile()
{
delete m_OTBConfig;
}
ConfigurationFile::Pointer
......@@ -53,7 +54,7 @@ ConfigurationFile
Instance = Self::New();
}
return Instance;
};
}
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