]> granicus.if.org Git - curl/commit
Curl_follow: remove remaining free(newurl)
authorDaniel Stenberg <daniel@haxx.se>
Sun, 21 Oct 2018 21:50:13 +0000 (23:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 Oct 2018 09:43:41 +0000 (11:43 +0200)
commitca10fae6fc0131476b79b293e8d7087455c04ead
treec2d871286373b942d205d1fd90cd410600edaea0
parent06d8f16b87208abc6dfde1341e992e0811c31fda
Curl_follow: remove remaining free(newurl)

Follow-up to 05564e750e8f0c. This function no longer frees the passed-in
URL.

Reported-by: Michael Kaufmann
Bug: https://github.com/curl/curl/commit/05564e750e8f0c79016c680f301ce251e6e86155#commitcomm
ent-30985666
lib/transfer.c