diff --git a/test/unittest/schematest.cpp b/test/unittest/schematest.cpp index 5be6fc2..37e8a17 100644 --- a/test/unittest/schematest.cpp +++ b/test/unittest/schematest.cpp @@ -797,7 +797,7 @@ static char* ReadFile(const char* filename, size_t& length) { class RemoteSchemaDocumentProvider : public IRemoteSchemaDocumentProvider { public: - RemoteSchemaDocumentProvider() { + RemoteSchemaDocumentProvider() : documentAllocator_(), schemaAllocator_() { const char* filenames[kCount] = { "jsonschema/remotes/integer.json", "jsonschema/remotes/subSchemas.json",