aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2013-05-21 00:37:39 -0700
committerTectu <joel@unormal.org>2013-05-21 00:37:39 -0700
commitdd9ae388fb02481362a92a90de91f5170e9cda70 (patch)
tree927dfe496f7c44e43ecb60f09284cc3fcf07caa4 /src
parent86951a8b2ff976e7b8eaa47f6b62347ab71260e8 (diff)
parent4e7c1b00caecba9e2dca16aab3ec5c16973dd93c (diff)
downloaduGFX-dd9ae388fb02481362a92a90de91f5170e9cda70.tar.gz
uGFX-dd9ae388fb02481362a92a90de91f5170e9cda70.tar.bz2
uGFX-dd9ae388fb02481362a92a90de91f5170e9cda70.zip
Merge pull request #71 from abhishek-kakkar/master
Fix GIF rendering stability issue
Diffstat (limited to 'src')
-rw-r--r--src/gdisp/image_gif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gdisp/image_gif.c b/src/gdisp/image_gif.c
index 2cf4c743..6c61219a 100644
--- a/src/gdisp/image_gif.c
+++ b/src/gdisp/image_gif.c
@@ -576,6 +576,8 @@ gdispImageError gdispImageOpen_GIF(gdispImage *img) {
priv->palsize = 0;
priv->palette = 0;
priv->frame.flags = 0;
+ priv->cache = 0;
+ priv->curcache = 0;
/* Process the Screen Descriptor structure */