mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-24 14:23:36 -05:00
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:
parent
85aaebe576
commit
c74a36fff8
@ -2200,6 +2200,7 @@ void RsGenExchange::processRecvdGroups()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
delete grp;
|
delete grp;
|
||||||
|
delete meta;
|
||||||
erase = true;
|
erase = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user