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
There's no corresponding UnlockBits call. Picture.UnlockBits(d); needs to be added before line 591, or else a memory leak or access violation could occur.
The text was updated successfully, but these errors were encountered:
Regarding this line:
EveryFileExplorer/3DS/GPU/Textures.cs
Line 473 in f9f00d1
There's no corresponding UnlockBits call.
Picture.UnlockBits(d);
needs to be added before line 591, or else a memory leak or access violation could occur.The text was updated successfully, but these errors were encountered: