mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
da7cd267ea
Previously, calling e.g. love.graphics.getFont() 10,000 times would retain the object 10,000 times (and release it 10,000 times when the Font object was garbage-collected in the Lua state.) Now it will only retain it once and release it once.