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

Alex Thurgood <[email protected]> changed:

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

--- Comment #2 from Alex Thurgood <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to