mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f25fadf46c
remove const qualifier from variables passed to free functions. msvc is stricter about const correctness than gcc. variables from mrb_utf8_from_locale and mrb_locale_from_utf8 are dynamically allocated and need to be freed, so they should not be const. Co-authored-by: Claude <noreply@anthropic.com>