[Libreoffice-bugs] [Bug 112747] MacSpellChecker::getLocales() leaks with multiple invocations

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Oct 2 14:59:25 UTC 2017


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

Alex Thurgood <iplaw67 at tuta.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #2 from Alex Thurgood <iplaw67 at tuta.io> ---
Several possibilities:

SvTreeListEntry* SvxEditModulesDlg::CreateEntry( OUString& rTxt, sal_uInt16
nCol )
{
    SvTreeListEntry* pEntry = new SvTreeListEntry;
    if( !pCheckButtonData )
    {
        pCheckButtonData = new SvLBoxButtonData(m_pModulesCLB);
        pCheckButtonData->SetLink( LINK( this, SvxEditModulesDlg,
BoxCheckButtonHdl_Impl2 ) );
    }

in optlingu.cxx lines 1837-1844

with

        pCheckButtonData = new SvLBoxButtonData(m_pModulesCLB);

being singled out by memleak tool

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171002/96e87951/attachment.html>


More information about the Libreoffice-bugs mailing list