[Libreoffice-bugs] [Bug 111432] AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Aug 7 10:18:41 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=111432
--- Comment #1 from Alex Thurgood <iplaw67 at tuta.io> ---
In this particular instance the code invoked is in salgdi.cxx, with the leaks
occuring here :
CFStringRef rFontPath = CFStringCreateWithCString(nullptr,
aCFileName.getStr(), kCFStringEncodingUTF8); - 101 byte leak
CFURLRef rFontURL = CFURLCreateWithFileSystemPath(nullptr, rFontPath,
kCFURLPOSIXPathStyle, true); - 197 byte leak
--
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/libreoffice-bugs/attachments/20170807/1563e85f/attachment.html>
More information about the Libreoffice-bugs
mailing list