]> git.ipfire.org Git - thirdparty/curl.git/commit
http: free the url before storing a new copy
authorDaniel Stenberg <daniel@haxx.se>
Tue, 9 May 2023 06:31:11 +0000 (08:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 9 May 2023 07:47:30 +0000 (09:47 +0200)
commitf7170a8f2ed4dc5a4cfb3ef3c002d218c4bcecad
tree25760577dd16916f5364cab08d71a4df33eee7e3
parent6708498588729d7e446878297f9ff6f341970a38
http: free the url before storing a new copy

To avoid a memory-leak.

Reported-by: Hiroki Kurosawa
Closes #11093
lib/http.c