mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 11:26:22 +00:00
Add missing `ai_session_unref` calls to prevent memory leaks. - In `_ai_request_thread`, release session on error paths and after successful processing. - In `cmd_ai_start`, release reference after passing ownership to the AI window.