mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-28 22:02:39 +02:00
i2c: correct missing destruction
This commit is contained in:
parent
1d8744164e
commit
304b9bfbd1
@ -38,6 +38,7 @@ namespace ams::i2c::driver::board::nintendo_nx::impl {
|
|||||||
T *obj = std::addressof(*it);
|
T *obj = std::addressof(*it);
|
||||||
it = this->list.erase(it);
|
it = this->list.erase(it);
|
||||||
|
|
||||||
|
obj->~T();
|
||||||
this->memory_resource->Deallocate(obj, sizeof(T));
|
this->memory_resource->Deallocate(obj, sizeof(T));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user