[*] I needed 'eeep (amend previous two commits)
This commit is contained in:
parent
42beaeabf5
commit
74b1e560bb
@ -561,7 +561,7 @@ namespace Aurora::IO::FS
|
||||
if (AuFS::Remove(*itr))
|
||||
{
|
||||
bSuccess |= true;
|
||||
itr = dirsAll.end();
|
||||
itr = dirsAll.erase(itr);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -41,6 +41,7 @@ namespace Aurora::IO::Net
|
||||
pWorker_(pWorker),
|
||||
pSocketDriver_(pSocketDriver),
|
||||
osHandle_(osHandle),
|
||||
wpParent_(pParent),
|
||||
wpParent2_(pParent2)
|
||||
{
|
||||
this->pWorker_->AddSocket(this);
|
||||
|
Loading…
Reference in New Issue
Block a user