mirror of
https://github.com/luanti-org/luanti.git
synced 2026-01-09 18:55:36 +01:00
* Resource leak: CHECK_FILE_ERR returns, without freeing chunk_name. Found with static analysis. * Resource leak: leaks `page` on error path. Found with static analysis.