HaikuArchives / ArtPaint

ArtPaint is a painting and image processing program.
https://haikuarchives.github.io/ArtPaint/
29 stars 18 forks source link

Clang static analysis: Fixed possible memory leaks and dead inits #634

Closed dsizzle closed 8 months ago

dsizzle commented 8 months ago

Fixes related to #124

humdingerb commented 8 months ago

Nice. Fewer lines of code means less hiding holes for bugs.