-
Bug
-
Resolution: Fixed
-
P3
-
None
-
repo-panama
When interacting with native code, it is sometimes necessary to free memory that was allocated on the native side. It would be handy if `CSupport` provided a `freeMemoryRestricted(MemoryAddress address)` which takes an address and calls free on it (using the ABI support).