-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
None
-
Affects Version/s: repo-panama
-
Component/s: tools
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).