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
{{ message }}
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
I am currently investigating a memory leak in my application, and therefore I am wondering, should we not clean up those Pointer<Byte> that the Pointer.pointerToCString() makes, via Pointer#release?
The text was updated successfully, but these errors were encountered:
In your examples I often see things like:
I am currently investigating a memory leak in my application, and therefore I am wondering, should we not clean up those
Pointer<Byte>
that thePointer.pointerToCString()
makes, viaPointer#release
?The text was updated successfully, but these errors were encountered: