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

Michael Meeks <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |, [email protected]

--- Comment #2 from Michael Meeks <[email protected]> ---
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
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to