supressed memory leak due to not deleting a RsItem

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4069 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-03-02 14:36:27 +00:00
parent 800cc281c5
commit dd73fe3a9a

View File

@ -690,7 +690,7 @@ bool p3GroupDistrib::loadGroupKey(RsDistribGrpKey *newKey, bool historical)
std::cerr << std::endl;
#endif
if(!updateOk)
// if(!updateOk)
delete newKey;
newKey = NULL;