Hacker News new | ask | show | jobs
by rtldg 1790 days ago
The variable p is now declared with "_cleanup_free_" which is using some compiler cleanup/destructor attribute stuff to run free
1 comments

ah okay, thank you :)