* nsfont.m (ns_spec_to_descriptor): Do not autorelease fdesc.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user