https://bugs.documentfoundation.org/show_bug.cgi?id=119039

--- Comment #14 from Noel Grandin <noelgran...@gmail.com> ---

The pointer

   m_pNativeImpl->m_pIStorage

is a smart pointer to a COM object, which is supposed to be managing the COM
AddRef/Release calls for us.

But we must be missing a COM AddRef call somewhere, because the COM object
seems to be dying sooner than it should, which is why when we that last
Release() call to it, we end up trying to access data on an already deleted
area of memory.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to