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:
csoler 2011-01-07 22:43:21 +00:00
parent 4b091a54d6
commit dae62c6821

View File

@ -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;
}