[+] Missing no pop on signal handle without filter callbacks

This commit is contained in:
Reece Wilson 2022-04-10 17:41:44 +01:00
parent 2b798bde97
commit 80aab8360c

View File

@ -879,6 +879,12 @@ namespace Aurora::Loop
}
}
if ((this->subscribers.empty()) &&
(this->subscriberExs.empty()))
{
bShouldRemove = false;
}
return AuMakePair(true, bShouldRemove);
}