mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49: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
|
||||
{
|
||||
req->status = FAILED;
|
||||
mPublicToken[req->token] = FAILED;
|
||||
delete req;//req belongs to no one now
|
||||
#ifdef DATA_DEBUG
|
||||
RsDbg() << " Request failed. Marking as FAILED." << std::endl;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user