parse_proxy: simply memory handling
authorDaniel Stenberg <daniel@haxx.se>
Fri, 10 Feb 2012 16:00:55 +0000 (17:00 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 10 Feb 2012 16:00:55 +0000 (17:00 +0100)
commit7ed25fcc5c89c135bac3120b5efd820649dc9083
treecb3c683524cb6dd4155b040498f375553890a19d
parentecc93caaebe4d7c0168cedd99c3a6c42f7db9666
parse_proxy: simply memory handling

... by making sure that the string is always freed after the invoke as
parse_proxy will always copy the data and this way there's a single
free() instead of multiple ones.
lib/url.c