<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SfxBoolItem::Clone(SfxItemPool*) leaks memory"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112395#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - SfxBoolItem::Clone(SfxItemPool*) leaks memory"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=112395">bug 112395</a>
              from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
        <pre>you may have e.g. moved the body of the ctors from the hxx to a cxx but then
didn't do a top-level make, leaving some original inlined ctors in use, or
something like that.

In this case I rather feel the thing that is leaking is ItemPools, i.e.
editeng/source/editeng/editeng.cxx:2580 the pGlobalPool which in its ctor will
eventually put a SfxBoolItem in there and the BoolItem leaks because its own
that pGlobalPool leaks. And there's another bunch of static globals which take
the address of that global so this is fraught with pain to get the memory
released in a way that makes leak tools happy without causing some crash or
other</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>