Project does not build
Kermalis opened this issue · 1 comments
Kermalis commented
On Mar 26, #11 was merged which removed the line private readonly object _bitmapSync = new object();
in GifInstance. However, _bitmapSync
is still being referenced in code
Kermalis commented
In the Render() method of GifImage, gifInstance
can be null. A check is needed to return out of the render method to prevent crashes. Once that is fixed, the library works