Fix memory leak in git_smart__connect
The call to git_proxy_options_dup will replace the url pointer of the proxy. But if the url pointer is already set, the old address will be lost forever and will never be free.
Showing
Please
register
or
sign in
to comment