Posted February 14, 2021 by YellowAfterlife
It came to my attention that at some point a bug was introduced to shared code, which was causing the buffer with INI string to be parsed to not be freed, meaning that in worst case scenario the extension would be leaking one file worth of memory per file_ini_open/file_ini_parse call - not enough to cause issues in non-exotic use cases, but something that shouldn’t be happening regardless. JS version was unaffected.
This update fixes that.