Fix memory leaks

This commit is contained in:
2026-01-31 23:23:08 +00:00
parent 04cce4224e
commit 154e557339
10 changed files with 440 additions and 373 deletions

View File

@@ -6,6 +6,7 @@
extern std::unordered_map<std::string, std::pair<mrb_value, mrb_value>>
custom_highlighters;
extern mrb_state *mrb;
struct BarLight {
uint32_t start;