Fixed memory leak in RsGenExchange::processRecvdGroups when group could not be deserialised.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6237 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2013-03-17 15:46:05 +00:00
parent 85aaebe576
commit c74a36fff8

View File

@ -2200,6 +2200,7 @@ void RsGenExchange::processRecvdGroups()
else
{
delete grp;
delete meta;
erase = true;
}