aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-28 18:56:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-28 18:56:25 +0200
commitb2ad4a54b5436ea57205595dbb6322952eb06318 (patch)
tree73a59798b232120e181d41df56e2244b3c13c821 /tests/cxx
parent4332a60585a14ff51bc54d29a4a81d37b3b1df81 (diff)
Get rid of a warning
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)
{