Merge pull request #71 from abhishek-kakkar/master

Fix GIF rendering stability issue
ugfx_release_2.6
Tectu 2013-05-21 00:37:39 -07:00
commit dd9ae388fb
1 changed files with 2 additions and 0 deletions

View File

@ -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 */