Merge pull request #71 from abhishek-kakkar/master
Fix GIF rendering stability issue
This commit is contained in:
commit
dd9ae388fb
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue