summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/inc/test/xmldiff.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/inc/test/xmldiff.hxx b/test/inc/test/xmldiff.hxx
index c0926371b8e0..8a3d93d83061 100644
--- a/test/inc/test/xmldiff.hxx
+++ b/test/inc/test/xmldiff.hxx
@@ -43,7 +43,11 @@ struct tolerance
xmlFree(attribName);
}
- tolerance() {}
+ tolerance()
+ {
+ elementName = NULL;
+ attribName = NULL;
+ }
tolerance(const tolerance& tol)
{