| 8719 | stop_list_clear(&st->call_ids); |
| 8720 | free(st->visible_text); |
| 8721 | st->visible_text = NULL; |
| 8722 | st->visible_len = 0; |
| 8723 | st->valid = false; |
| 8724 | st->live_tokens = 0; |
| 8725 | } |
| 8726 | |
| 8727 | static void live_tool_state_free(live_tool_state *st) { |
| 8728 | if (!st) return; |
no test coverage detected