Select Answer
Nothing -- the smart pointer detects the manual delete
Double-free -- the unique_ptr destructor calls delete on already-freed memory, corrupting the heap
The raw pointer is set to nullptr automatically
Compilation error -- get() returns a const pointer