added 3 missing delete, responsible for small memory leaks

This commit is contained in:
cyril soler 2017-02-01 14:32:35 +01:00
parent 0ad581a0ff
commit 873fbf98ad
2 changed files with 5 additions and 0 deletions

View file

@ -4179,6 +4179,7 @@ void RsGxsNetService::handleRecvSyncMessage(RsNxsSyncMsgReqItem *item,bool item_
delete *it ;
itemL.clear() ;
delete mItem ;
break ;
}
}