We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a54043b + e84914f commit b3e6ef9Copy full SHA for b3e6ef9
1 file changed
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