]> git.ipfire.org Git - thirdparty/curl.git/commit
vtls: use free() not curl_free()
authorDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jun 2021 08:41:19 +0000 (10:41 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 30 Jun 2021 11:50:18 +0000 (13:50 +0200)
commit97fa671a73b0acdbd1efd71825152c00a25cda3e
tree717312c7d40edb79d6ba2ed74f4561181d2a9761
parent8ccc066b45cf6f3082db13086794e0916af53e5e
vtls: use free() not curl_free()

curl_free() is provided for users of the API to free returned data,
there's no need to use it internally.

Closes #7318
lib/vtls/vtls.c