[Poppler-bugs] [Bug 98786] evince crashes on document reload

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Nov 19 17:51:37 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=98786

--- Comment #1 from Jason Crain <jason at aquaticape.us> ---
Created attachment 128074
  --> https://bugs.freedesktop.org/attachment.cgi?id=128074&action=edit
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.

-- 
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/poppler-bugs/attachments/20161119/ff91765b/attachment.html>


More information about the Poppler-bugs mailing list