You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But my project occurs error at there...
Sooo weird...
So I think... the frameBuffer check null in synchronized block, but it reassigned to null outside of the synchronized block/method and then it call capacity(), which causes a null error.
I think you need to fix the frameBuffer to reassigned it within a synchronized block.
The text was updated successfully, but these errors were encountered:
New Issue Checklist
Issue Info
Issue Description and Steps
Glide Library Version: 4.16.0
APNG4Android Library Version: 3.0.1
Error Log:
I just write code Glide.with(context).load(imageUrl).into(imageView).
In FrameSeqDecoder.java,
call capacity() after check frameBuffer is null.
But my project occurs error at there...
Sooo weird...
So I think... the frameBuffer check null in synchronized block, but it reassigned to null outside of the synchronized block/method and then it call capacity(), which causes a null error.
I think you need to fix the frameBuffer to reassigned it within a synchronized block.
The text was updated successfully, but these errors were encountered: