mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 23:36:59 -05:00
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:
parent
800cc281c5
commit
dd73fe3a9a
@ -690,7 +690,7 @@ bool p3GroupDistrib::loadGroupKey(RsDistribGrpKey *newKey, bool historical)
|
|||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(!updateOk)
|
// if(!updateOk)
|
||||||
delete newKey;
|
delete newKey;
|
||||||
|
|
||||||
newKey = NULL;
|
newKey = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user