Fixed memory leak in RsGenExchange::publishGrps.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8458 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-06-14 23:14:13 +00:00
parent 8cc2c921ed
commit d5b2f7dd02

View File

@ -2313,6 +2313,7 @@ void RsGenExchange::publishGrps()
#ifdef GEN_EXCH_DEBUG
std::cerr << "RsGenExchange::publishGrps() failed grp, trying again " << std::endl;
#endif
delete grp;
ggps.mLastAttemptTS = time(NULL);
++vit;
}