On Thu Jun 29 12:56:35 2023 +0000, Giovanni Mascellani wrote:
If you free without zeroing the pointer you're prone to double freeing, aren't you? This also happens for structures.
The type count is not incremented yet so freeing is necessary. I figure it's simpler than having the cleanup function deal with partially instantiated types.