We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97982a5 commit 17f5678Copy full SHA for 17f5678
src/GifDecoder.h
@@ -74,7 +74,7 @@ template <int maxGifWidth, int maxGifHeight, int lzwMaxBits, bool useMalloc=fals
74
AnimatedGIF * gif;
75
uint8_t buffer[useMalloc ? 0 : sizeof(AnimatedGIF)];
76
77
- bool beginCalled;
+ bool beginCalled = false;
78
bool usingFileCallbacks = true;
79
80
uint8_t *gifPData;
0 commit comments