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
After reviewing the code, I agree this does seem problematic. A finalizer could do the job, but my preference would be to release the buffer explicitly as soon as it's no longer needed. Thanks for catching this!
I don't see the temporary MemoryBuffer destroyed anywhere. It probably should get a finalizer registered.
Besides, this seems to be a problem with basically all classes.
The text was updated successfully, but these errors were encountered: