mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 21:16:21 +00:00
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.