mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
added missign destructor call that resulted in file left open
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3957 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4b091a54d6
commit
dae62c6821
1 changed files with 1 additions and 0 deletions
|
@ -1967,6 +1967,7 @@ bool p3GroupDistrib::restoreGrpKeys(std::string grpId){
|
|||
std::cerr << "p3groupDistrib::restoreGrpKey() Key file / grp key item not Valid, grp: "
|
||||
"\ngrpId: " << grpId << std::endl;
|
||||
#endif
|
||||
delete store ;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue