mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 05:01:44 +00:00
i2c: correct missing destruction
This commit is contained in:
parent
d8bd3d16bb
commit
e6bddf8782
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