Closed chatziko closed 4 years ago
It looks like unused gif colors were written uninitialized to the file and valgrind was complaining about it. This tiny PR fixes this by zeroing them.
Merged. Thank you
It looks like unused gif colors were written uninitialized to the file and valgrind was complaining about it. This tiny PR fixes this by zeroing them.