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

Michael Meeks <michael.me...@collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael.me...@collabora.com
                   |                            |, noelgran...@gmail.com

--- Comment #2 from Michael Meeks <michael.me...@collabora.com> ---
Thanks for the report; a lot of bad std::unique_ptr replacements there. I have
a prototype fix here; just testing ... Noel - it might pay to go back and audit
for std::unique_ptr in some of the fixes there there was a lot of:

6d0c89123f353aed80d3a8a08ef5cd1ffaa1eea9

had a good few:

-        ::std::unique_ptr<vcl::Window> aTemp2(m_pPropWin);
-        m_pPropWin = NULL;

which should have been disposeAndClear()'s =)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to