mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 17:04:58 -04:00
removed delete causing read of deleted memory
This commit is contained in:
parent
5e57cb4b83
commit
ed81b4cac6
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@
|
||||||
|
|
||||||
GroupMetaReq::~GroupMetaReq()
|
GroupMetaReq::~GroupMetaReq()
|
||||||
{
|
{
|
||||||
rsstd::delete_all(mGroupMetaData.begin(), mGroupMetaData.end());
|
//rsstd::delete_all(mGroupMetaData.begin(), mGroupMetaData.end()); // now memory ownership is kept by the cache.
|
||||||
|
mGroupMetaData.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
GroupDataReq::~GroupDataReq()
|
GroupDataReq::~GroupDataReq()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue