[+] Missing no pop on signal handle without filter callbacks
This commit is contained in:
parent
2b798bde97
commit
80aab8360c
@ -879,6 +879,12 @@ namespace Aurora::Loop
|
||||
}
|
||||
}
|
||||
|
||||
if ((this->subscribers.empty()) &&
|
||||
(this->subscriberExs.empty()))
|
||||
{
|
||||
bShouldRemove = false;
|
||||
}
|
||||
|
||||
return AuMakePair(true, bShouldRemove);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user