diff --git a/source/torture/torture.c b/source/torture/torture.c index 803e0c6bd78..aa3dc14d558 100644 --- a/source/torture/torture.c +++ b/source/torture/torture.c @@ -32,7 +32,7 @@ _PUBLIC_ int torture_failures=1; _PUBLIC_ int torture_seed=0; _PUBLIC_ int torture_numasync=100; -struct torture_suite *torture_root; +struct torture_suite *torture_root = NULL; bool torture_register_suite(struct torture_suite *suite) {