Thanks to visit codestin.com Credit goes to github.com
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 df33b43 commit e84914fCopy full SHA for e84914f
tests/online/clone.c
@@ -276,6 +276,9 @@ static int cred_failure_cb(
276
277
void test_online_clone__cred_callback_failure_return_code_is_tunnelled(void)
278
{
279
+ git__free(_remote_url);
280
+ git__free(_remote_user);
281
+
282
_remote_url = git__strdup("https://github.com/libgit2/non-existent");
283
_remote_user = git__strdup("libgit2test");
284
@@ -306,6 +309,9 @@ void test_online_clone__cred_callback_called_again_on_auth_failure(void)
306
309
307
310
size_t counter = 0;
308
311
312
313
314
315
316
317
0 commit comments