[Libreoffice-bugs] [Bug 111432] AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111432 Julien Nabet changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|libre

[Libreoffice-bugs] [Bug 111432] AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111432 --- Comment #10 from Julien Nabet --- https://opengrok.libreoffice.org/xref/core/vcl/quartz/salgdi.cxx#288 288 static bool AddTempDevFont(const OUString& rFontFileURL) 289 { 290 OUString aUSytemPath; 291 OSL_VERIFY( !osl::Fil

[Libreoffice-bugs] [Bug 111432] AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111432 Telesto changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Libreoffice-bugs] [Bug 111432] AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111432 --- Comment #8 from Alex Thurgood --- Similarly, the call to CTFontDescriptorRef pDesc = CTFontCopyFontDescriptor(pFallback); at line 80 of salgdi.cxx in the CFDictionary object. -- You are receiving this mail because: Yo

[Libreoffice-bugs] [Bug 111432] AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111432 --- Comment #7 from Alex Thurgood --- Created attachment 135206 --> https://bugs.documentfoundation.org/attachment.cgi?id=135206&action=edit Ref count screenshot in NSURL -- You are receiving this mail because: You are the assignee fo

[Libreoffice-bugs] [Bug 111432] AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111432 --- Comment #6 from Alex Thurgood --- In NSURL, similar leaks are occurring, cf. enclosed screenshot of refcounts. -- You are receiving this mail because: You are the assignee for the bug.___

[Libreoffice-bugs] [Bug 111432] AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111432 --- Comment #5 from Alex Thurgood --- Created attachment 135205 --> https://bugs.documentfoundation.org/attachment.cgi?id=135205&action=edit Screenshot of Instruments memory leak profile analysis -- You are receiving this mail because

[Libreoffice-bugs] [Bug 111432] AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111432 --- Comment #4 from Alex Thurgood --- On startup, there are 101 occurrences of this on Mac OS. I assume that this corresponds to the number of fonts on the system ? -- You are receiving this mail because: You are the assignee for the bu

[Libreoffice-bugs] [Bug 111432] AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111432 --- Comment #3 from Alex Thurgood --- Similarly, at line 321 in salgdi.cxx : AddTempDevFont(aFileStatus.getFileURL()); a leak of 288 bytes -- You are receiving this mail because: You are the assignee for the bug.__

[Libreoffice-bugs] [Bug 111432] AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111432 Alex Thurgood changed: What|Removed |Added CC||khaledho...@eglug.org --- Commen

[Libreoffice-bugs] [Bug 111432] AddTempDevFont(const OUString& rFontFileURL) leaks memory on invocation

2017-08-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111432 --- Comment #1 from Alex Thurgood --- In this particular instance the code invoked is in salgdi.cxx, with the leaks occuring here : CFStringRef rFontPath = CFStringCreateWithCString(nullptr, aCFileName.getStr(), kCFStringEncodingUTF8