|
|
|
|
|
by Arnavion
816 days ago
|
|
>You use scare quotes around "freed" for a reason: the data has not actually been freed. Who said it hasn't? I would assume such a node to have been given to `std::ptr::drop_in_place`. Not doing that would be a leak until the list as a whole was dropped. |
|