mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -1967,6 +1967,7 @@ bool p3GroupDistrib::restoreGrpKeys(std::string grpId){
|
|||||||
std::cerr << "p3groupDistrib::restoreGrpKey() Key file / grp key item not Valid, grp: "
|
std::cerr << "p3groupDistrib::restoreGrpKey() Key file / grp key item not Valid, grp: "
|
||||||
"\ngrpId: " << grpId << std::endl;
|
"\ngrpId: " << grpId << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
delete store ;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user