-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: repo-panama
-
Component/s: tools
Since all upcall symbols are stored in a scope and then freed at once when the scope is closed, there's little need for an explicit 'free' operation on SystemABI. It's better to use something like a Cleaner instead and simplify the API.