patch a vector for memory leaks
commit8f88af234a5fbb35a25c5a6ae922dbd5ffeb3dd7
authorKartik K. Agaram <vc@akkartik.com>
Wed, 10 Jul 2024 07:25:38 +0000 (10 00:25 -0700)
committerKartik K. Agaram <vc@akkartik.com>
Wed, 10 Jul 2024 07:25:38 +0000 (10 00:25 -0700)
tree852a86a92fc9e74d703a69133b933ef0c69b563f
parentc064f0a97df56c28d9d76a226ce152d97e40450a
patch a vector for memory leaks

Multiple editors in an app shouldn't create duplicate font objects.

Not strictly needed for this app, but feels hard-won enough I want to
pull this in from Carousel to all forks.

This still isn't ideal. Ideally we'd automatically share the font.
edit.lua