mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
added missing delete (issue #135)
This commit is contained in:
parent
007a3c8470
commit
78e9123f8c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue