[*] I needed 'eeep (amend previous two commits)

This commit is contained in:
Reece Wilson 2023-11-29 23:38:03 +00:00
parent 42beaeabf5
commit 74b1e560bb
2 changed files with 2 additions and 1 deletions

View File

@ -561,7 +561,7 @@ namespace Aurora::IO::FS
if (AuFS::Remove(*itr)) if (AuFS::Remove(*itr))
{ {
bSuccess |= true; bSuccess |= true;
itr = dirsAll.end(); itr = dirsAll.erase(itr);
} }
else else
{ {

View File

@ -41,6 +41,7 @@ namespace Aurora::IO::Net
pWorker_(pWorker), pWorker_(pWorker),
pSocketDriver_(pSocketDriver), pSocketDriver_(pSocketDriver),
osHandle_(osHandle), osHandle_(osHandle),
wpParent_(pParent),
wpParent2_(pParent2) wpParent2_(pParent2)
{ {
this->pWorker_->AddSocket(this); this->pWorker_->AddSocket(this);