<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - evince crashes on document reload"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98786#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - evince crashes on document reload"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98786">bug 98786</a>
              from <span class="vcard"><a class="email" href="mailto:jason@aquaticape.us" title="Jason Crain <jason@aquaticape.us>"> <span class="fn">Jason Crain</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=128074" name="attach_128074" title="Use-g_slice_new0-for-PopplerActionLayer.patch">attachment 128074</a> <a href="attachment.cgi?id=128074&action=edit" title="Use-g_slice_new0-for-PopplerActionLayer.patch">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=98786&attachment=128074'>[review]</a>
Use-g_slice_new0-for-PopplerActionLayer.patch

There's a mismatch in how the PopplerActionLayer is allocated and freed in the
glib frontend.  It's allocated with g_new0, but freed with g_slice_free.  This
patch changes the allocation to use g_slice_new0.</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>