Commit 8fd7dd77 by Carlos Martín Nieto

remote: don't say we free the remote on disconnect

On disconnect we simply ask the transport to close the connection, we do
not free it.
parent 699dfcc3
......@@ -343,8 +343,7 @@ GIT_EXTERN(void) git_remote_stop(git_remote *remote);
/**
* Disconnect from the remote
*
* Close the connection to the remote and free the underlying
* transport.
* Close the connection to the remote.
*
* @param remote the remote to disconnect from
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment