mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Instead use C-level malloc()/free() so that the size doesn’t need to be known during deallocation, since FreeType doesn’t provide it. Hopefully fixes https://github.com/servo/servo/issues/19058