mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-16 00:53:58 -05:00
removed aliasing in storeMessages/storeGroups, removed several memory leaks in unittests, improved auto-delete structures in rsgxsutil, added deletion for members of RsGenExchange, removed shared pointers from unittests (they cause a memory leak and are only used in unittests)
This commit is contained in:
parent
ef24459c5e
commit
461ccf3b84
21 changed files with 281 additions and 275 deletions
|
|
@ -11,6 +11,7 @@ class GenExchangeTestService : public RsGenExchange
|
|||
{
|
||||
public:
|
||||
GenExchangeTestService(RsGeneralDataService* dataServ, RsNetworkExchangeService* nxs, RsGixs* gixs);
|
||||
virtual ~GenExchangeTestService();
|
||||
|
||||
void notifyChanges(std::vector<RsGxsNotify*>& changes);
|
||||
|
||||
|
|
@ -104,6 +105,7 @@ public:
|
|||
|
||||
void service_tick();
|
||||
|
||||
RsSerialType *mSerializer ;
|
||||
};
|
||||
|
||||
#endif // GENEXCHANGETESTSERVICE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue