Commit 69b8f304 authored by Alexandre Benoit's avatar Alexandre Benoit

memory safety test added

parent c02b5f1d
......@@ -89,6 +89,7 @@ Retina::Retina(const std::string parametersSaveFile, const cv::Size inputSize, c
Retina::~Retina()
{
if (_retinaFilter)
delete _retinaFilter;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment