Summary: | memory leak in pdf_new_array() | ||
---|---|---|---|
Product: | MuPDF | Reporter: | 1vanChen <yifengchen66> |
Component: | mupdf | Assignee: | MuPDF bugs <mupdf-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | robin.watts |
Priority: | P4 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- | |
Attachments: | attachment |
Description
1vanChen
2020-07-16 01:49:18 UTC
Fixed in: commit 05720b4ee3dbae57e65546dc2eecc3021c08eeea Author: Robin Watts <Robin.Watts@artifex.com> Date: Thu Sep 24 16:30:45 2020 +0100 Bug 702566: Avoid leaking run_obj from pdf_add_cid_font_widths When we hit curr_code == face->num_glyphs we should publish any run_obj we have (and certainly drop it). Thanks for the report. |