Slide 15: ```C++ std::unique_ptr<derived> dp{static_cast<derived*>(bp.get())}; --> here, D is owned twice! bp.release(); ```