libstrat: convert to experimental new (super-accurate) sf allocation semantics
This commit is contained in:
@@ -31,7 +31,7 @@ namespace ams::sf::cmif {
|
||||
}
|
||||
}
|
||||
|
||||
void ServerDomainManager::Domain::DestroySelf() {
|
||||
void ServerDomainManager::Domain::DisposeImpl() {
|
||||
ServerDomainManager *manager = this->manager;
|
||||
this->~Domain();
|
||||
manager->FreeDomain(this);
|
||||
|
||||
Reference in New Issue
Block a user