summaryrefslogtreecommitdiff
path: root/xml/apr_xml_xmllite.c
diff options
context:
space:
mode:
Diffstat (limited to 'xml/apr_xml_xmllite.c')
-rw-r--r--xml/apr_xml_xmllite.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xml/apr_xml_xmllite.c b/xml/apr_xml_xmllite.c
index 990c17502..afc56b5e0 100644
--- a/xml/apr_xml_xmllite.c
+++ b/xml/apr_xml_xmllite.c
@@ -173,8 +173,7 @@ static apr_status_t cleanup_parser(void *ctx)
{
apr_xml_parser *parser = ctx;
- if (parser->xp->xml_reader)
- {
+ if (parser->xp->xml_reader) {
IXmlReader_Release(parser->xp->xml_reader);
parser->xp->xml_reader = NULL;
}