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

BUG: fix segfault

parent 87893e36
No related branches found
No related tags found
No related merge requests found
......@@ -380,7 +380,7 @@ ImageFileReader<TOutputImage>
if (projection)
{
hasMetaData = projection->saveState(geom_kwl);
delete projection;
// delete projection; //FIXME find out where this should occur
}
}
// Free memory
......
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