pelijah
pelijah
**Describe the solution you'd like** Macro or function for replacing `rz_list_newf(free)` calls. Maybe `rz_list_newf0()`.
Calling `rz_type_func_save()` may cause a memory leak if `typedb->callables` storage already contains `RzCallable` with the same name. In this case `typedb->callables` doesn't take ownership of the `RzCallable` object and it...
**Your checklist for this pull request** - [ ] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md) to this repository - [ ] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md#code-style)...