diff --git a/src/ref_ptr.hh b/src/ref_ptr.hh index 279686b3..d9fa4ab5 100644 --- a/src/ref_ptr.hh +++ b/src/ref_ptr.hh @@ -99,7 +99,6 @@ private: { if (m_ptr) Policy::dec_ref(m_ptr, this); - m_ptr = nullptr; } [[gnu::always_inline]]