[CoreText] Don't leak the CTLine object (and everything that hangs off it)

Patch from Jonathan Kew.
This commit is contained in:
Behdad Esfahbod 2013-07-30 14:48:23 -04:00
parent 5fbc952524
commit c461371419
1 changed files with 2 additions and 0 deletions

View File

@ -348,5 +348,7 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan,
}
}
CFRelease (line);
return true;
}