mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
* nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
This commit is contained in:
parent
d031f2c7b7
commit
5ccaba1fdb
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2011-12-22 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
|
||||
|
||||
2011-12-21 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* nsterm.m (x_free_frame_resources): Release
|
||||
|
|
|
|||
|
|
@ -155,7 +155,6 @@ ns_spec_to_descriptor (Lisp_Object font_spec)
|
|||
if (family != nil)
|
||||
{
|
||||
fdesc = [fdesc fontDescriptorWithFamily: family];
|
||||
[fdesc autorelease];
|
||||
}
|
||||
|
||||
[fdAttrs release];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue