From bf038dab30df4cf82382c0b5a123b0f403b2c3a9 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Tue, 22 Nov 2011 02:06:24 +0100 Subject: [PATCH] clay: Properly initialize filebuf --- tests-clay/config/stress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-clay/config/stress.c b/tests-clay/config/stress.c index 7b81400c1..832321556 100644 --- a/tests-clay/config/stress.c +++ b/tests-clay/config/stress.c @@ -8,7 +8,7 @@ void test_config_stress__initialize(void) { - git_filebuf file; + git_filebuf file = GIT_FILEBUF_INIT; git_filebuf_open(&file, TEST_CONFIG, 0);