foxnne / pixi

Pixel art editor made with Zig.
https://foxnne.github.io/pixi/
MIT License
773 stars 25 forks source link

Handle keyframe_palette in deinit #64

Closed alterae closed 3 months ago

alterae commented 3 months ago

This change fixes a memory leak error on exit. As far as I know, it has no other effects. Changed code builds and runs without errors, and all tests continue to pass (on my machine, at least).

If it does somehow mess things up or I'm otherwise missing something, please let me know.

foxnne commented 3 months ago

Looks good, thank you!