I'm using the char image extension to get nice pixel art fonts in my game but the extension seems to have a memory leak.
Using these events the memory usage keeps going up without any end in sight. My app starts with about 108 MB of memory used, after about 1 minute the usage stands at 600 MB. It seems to increase with over 1 MB per second. I'm now over 1300 MB!
Disabling these two events stops this from happening.
Please login to see this attachment.
Any chance this will be fixed?
There's really no other extension that let you use nice looking pixel art fonts since Text Blitter uses fixed kerning which just looks bad in my opinion.