Commit 8af503bc by Michael Schubert

remote: add more doc on git_remote_free

parent 9738e2cd
...@@ -176,6 +176,9 @@ GIT_EXTERN(void) git_remote_disconnect(git_remote *remote); ...@@ -176,6 +176,9 @@ GIT_EXTERN(void) git_remote_disconnect(git_remote *remote);
/** /**
* Free the memory associated with a remote * Free the memory associated with a remote
* *
* This also disconnects from the remote, if the connection
* has not been closed yet (using git_remote_disconnect).
*
* @param remote the remote to free * @param remote the remote to free
*/ */
GIT_EXTERN(void) git_remote_free(git_remote *remote); GIT_EXTERN(void) git_remote_free(git_remote *remote);
......
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