[CoreText] Don't leak the CTLine object (and everything that hangs off it)
Patch from Jonathan Kew.
This commit is contained in:
parent
5fbc952524
commit
c461371419
@ -348,5 +348,7 @@ _hb_coretext_shape (hb_shape_plan_t *shape_plan,
|
||||
}
|
||||
}
|
||||
|
||||
CFRelease (line);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user