mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05:00
added missing delete (issue #135)
This commit is contained in:
parent
007a3c8470
commit
78e9123f8c
@ -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 ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user