added missing delete (issue #135)

This commit is contained in:
csoler 2015-10-20 18:20:37 -04:00
parent 007a3c8470
commit 78e9123f8c

View File

@ -175,6 +175,7 @@ HashCache::HashCache(const std::string& path)
if(!f->good())
{
delete f ;
std::cerr << "Unencrypted file cache not present either." << std::endl;
return ;
}