diff options
Diffstat (limited to 'src/nsfont.m')
| -rw-r--r-- | src/nsfont.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nsfont.m b/src/nsfont.m index 080af447b0a..eb57f5e5953 100644 --- a/src/nsfont.m +++ b/src/nsfont.m | |||
| @@ -155,7 +155,6 @@ ns_spec_to_descriptor (Lisp_Object font_spec) | |||
| 155 | if (family != nil) | 155 | if (family != nil) |
| 156 | { | 156 | { |
| 157 | fdesc = [fdesc fontDescriptorWithFamily: family]; | 157 | fdesc = [fdesc fontDescriptorWithFamily: family]; |
| 158 | [fdesc autorelease]; | ||
| 159 | } | 158 | } |
| 160 | 159 | ||
| 161 | [fdAttrs release]; | 160 | [fdAttrs release]; |