aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx')
-rw-r--r--tests/cxx/hybrid/iso8859-1/driver.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cxx/hybrid/iso8859-1/driver.cxx b/tests/cxx/hybrid/iso8859-1/driver.cxx
index ec68dbf..f64af3d 100644
--- a/tests/cxx/hybrid/iso8859-1/driver.cxx
+++ b/tests/cxx/hybrid/iso8859-1/driver.cxx
@@ -45,6 +45,7 @@ main (int argc, char* argv[])
doc_p.parse (argv[1]);
type* r = root_p.post ();
assert (false);
+ delete r;
}
catch (const xml_schema::parser_exception& e)
{