summaryrefslogtreecommitdiff
path: root/tests/test_astobj2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_astobj2.c')
-rw-r--r--tests/test_astobj2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_astobj2.c b/tests/test_astobj2.c
index 95d7e753d..0fdd0bd2d 100644
--- a/tests/test_astobj2.c
+++ b/tests/test_astobj2.c
@@ -424,7 +424,7 @@ static int astobj2_test_1_helper(int tst_num, enum test_container_type type, int
struct ao2_iterator *mult_it;
struct test_obj *obj;
ao2_callback_fn *cmp_fn;
- int n_buckets;
+ int n_buckets = 0;
int increment = 0;
int destructor_count = 0;
int count;