Summary: | evince crashes on document reload | ||
---|---|---|---|
Product: | poppler | Reporter: | Jason Crain <jason> |
Component: | glib frontend | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
See Also: | http://bugs.debian.org/809388 | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
ParkoszLatinPolish1.pdf
Use-g_slice_new0-for-PopplerActionLayer.patch |
Description
Jason Crain
2016-11-19 17:46:01 UTC
Created attachment 128074 [details] [review] 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. Pushed, thanks you! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.