mirror of
https://github.com/curl/curl.git
synced 2025-04-18 16:30:45 +08:00
Add a DEBUGASSERT() in Curl_dyn_free() that checks that Curl_dyn_init() has been performed before. Fix code places that did it wrong. Fixes #16725 Closes #16775