mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-10 07:06:34 +00:00
i2c: correct missing destruction
This commit is contained in:
parent
1d8744164e
commit
304b9bfbd1
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ namespace ams::i2c::driver::board::nintendo_nx::impl {
|
|||
T *obj = std::addressof(*it);
|
||||
it = this->list.erase(it);
|
||||
|
||||
obj->~T();
|
||||
this->memory_resource->Deallocate(obj, sizeof(T));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue