summaryrefslogtreecommitdiff
path: root/tests-clar/odb/backend/nonrefreshing.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests-clar/odb/backend/nonrefreshing.c')
-rw-r--r--tests-clar/odb/backend/nonrefreshing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests-clar/odb/backend/nonrefreshing.c b/tests-clar/odb/backend/nonrefreshing.c
index abb824d4b..9abca2bd3 100644
--- a/tests-clar/odb/backend/nonrefreshing.c
+++ b/tests-clar/odb/backend/nonrefreshing.c
@@ -132,8 +132,8 @@ static int build_fake_backend(
static void setup_repository_and_backend(git_error_code error_code)
{
- git_odb *odb;
- git_odb_backend *backend;
+ git_odb *odb = NULL;
+ git_odb_backend *backend = NULL;
_repo = cl_git_sandbox_init("testrepo.git");