[Libreoffice-bugs] [Bug 112395] SfxBoolItem::Clone(SfxItemPool*) leaks memory

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 28 11:12:49 UTC 2017


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

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> ---
Confirming with my master build.

Instruments flags the following code as problematic :

// virtual
SfxPoolItem * SfxBoolItem::Clone(SfxItemPool *) const
{
    return new SfxBoolItem(*this);
}


lines 169-173 in cenumitm.cxx

-- 
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/20170928/34f47573/attachment.html>


More information about the Libreoffice-bugs mailing list