<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Template Manager memory leak in TemplateLocalView::insertItems()"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111567#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Template Manager memory leak in TemplateLocalView::insertItems()"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111567">bug 111567</a>
              from <span class="vcard"><a class="email" href="mailto:noelgrandin@gmail.com" title="Noel Grandin <noelgrandin@gmail.com>"> <span class="fn">Noel Grandin</span></a>
</span></b>
        <pre>To me, looks like the bug is that 

   TemplateLocalView::insertItems()

calls 

   mItemList.clear();

at the top of it's code. It should not, it should leave the clearing and
deleting to 

  ThumbnailView::updateItems

which already handles it correctly.

Probably ThumbnailView should not be exposing it's mItemList member anyhow.</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>