https://bugs.documentfoundation.org/show_bug.cgi?id=119039
--- Comment #12 from Julien Nabet <[email protected]> --- Just for the record because I'm suppose it's wrong, if I delete this: delete m_pNativeImpl; (see https://opengrok.libreoffice.org/xref/core/embeddedobj/source/msole/olecomponent.cxx?r=7b8f630d#373) File can be opened on Windows. It seems there's something wrong with m_pNativeImpl->m_pIStorage m_pNativeImpl is ok but if I try something like: m_pNativeImpl->m_pIStorage = nullptr; it segfaults. -- You are receiving this mail because: You are the assignee for the bug.
