Files
profanity/tests
Jabber Developer 91695c0d4d tests(ai_client): fix remaining ai_provider_unref() use-after-free in test_ai_parse_models_empty_json
The test called ai_provider_unref(provider) on a provider owned by the
hash table, then ai_client_shutdown() destroyed the hash table and
called ai_provider_unref() again on the dangling pointer.

Fix by removing the redundant unref call.
2026-05-15 01:50:26 +00:00
..
2025-09-10 14:11:03 +02:00