mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-02 05:02:33 -04:00
Fix RsGxsDataAccess req delete when failed.
This commit is contained in:
parent
8f5656433a
commit
5f67710f16
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue