We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8358c commit 0e39a8fCopy full SHA for 0e39a8f
src/net.c
@@ -405,6 +405,7 @@ void git_net_url_dispose(git_net_url *url)
405
git__free(url->host); url->host = NULL;
406
git__free(url->port); url->port = NULL;
407
git__free(url->path); url->path = NULL;
408
+ git__free(url->query); url->query = NULL;
409
git__free(url->username); url->username = NULL;
410
git__free(url->password); url->password = NULL;
411
}
0 commit comments