mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
Fix RsGxsDataAccess req delete when failed.
This commit is contained in:
parent
8f5656433a
commit
5f67710f16
@ -833,8 +833,8 @@ void RsGxsDataAccess::processRequests()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
req->status = FAILED;
|
|
||||||
mPublicToken[req->token] = FAILED;
|
mPublicToken[req->token] = FAILED;
|
||||||
|
delete req;//req belongs to no one now
|
||||||
#ifdef DATA_DEBUG
|
#ifdef DATA_DEBUG
|
||||||
RsDbg() << " Request failed. Marking as FAILED." << std::endl;
|
RsDbg() << " Request failed. Marking as FAILED." << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user