fixed memory leak in group item not being deleted after being received and treated

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6522 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-07-20 12:36:57 +00:00
parent 024479d518
commit 11cfb1dc5c

View File

@ -437,6 +437,7 @@ bool p3IdService::getGroupData(const uint32_t &token, std::vector<RsGxsIdGroup>
groups.push_back(group);
}
delete *vit ;
}
return ok;