Closed alice closed 7 months ago
The issue ended up being that the default move constructor was doing the right thing with the unique_ptr, but with a raw pointer we need to null out the moved pointer ourselves.
unique_ptr
made irrelevant by: https://github.com/Igalia/acacia/pull/210
The issue ended up being that the default move constructor was doing the right thing with the
unique_ptr
, but with a raw pointer we need to null out the moved pointer ourselves.