On Tue Dec 6 10:29:18 2022 +0000, Hans Leidekker wrote:
Another one. Note that if you had matched 'msi_free(' you would have missed this one.
This one was actually intentional: I thought that since the function is only used in this file, and is now a wrapper around free instead of msi_free, that it shouldn't have the msi_ prefix. (The same goes for msi_alloc_package, although I meant to change that one to alloc_package, not malloc_package.) But I will put the prefix back if you prefer.