summaryrefslogtreecommitdiff
path: root/ACEXML/examples/SAXPrint/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/examples/SAXPrint/main.cpp')
-rw-r--r--ACEXML/examples/SAXPrint/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACEXML/examples/SAXPrint/main.cpp b/ACEXML/examples/SAXPrint/main.cpp
index 1430df1d2a2..a6fd619c09e 100644
--- a/ACEXML/examples/SAXPrint/main.cpp
+++ b/ACEXML/examples/SAXPrint/main.cpp
@@ -121,7 +121,5 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
parser.parse (&input, xmlenv);
}
delete handler;
- delete fstm;
- delete ustm;
return 0;
}