Overriding free() not working?

Hi, I don’t think you can override the free function. Try overriding the _exit_tree function. The virtual functions that you are meant to be able to override all start with an underscore (_).

2 Likes