Merge pull request #71 from abhishek-kakkar/master

Fix GIF rendering stability issue
This commit is contained in:
Tectu 2013-05-21 00:37:39 -07:00
commit dd9ae388fb

View file

@ -576,6 +576,8 @@ gdispImageError gdispImageOpen_GIF(gdispImage *img) {
priv->palsize = 0; priv->palsize = 0;
priv->palette = 0; priv->palette = 0;
priv->frame.flags = 0; priv->frame.flags = 0;
priv->cache = 0;
priv->curcache = 0;
/* Process the Screen Descriptor structure */ /* Process the Screen Descriptor structure */