From 87934ed763b62d6e4b1245d6fe93befb6640f8ca Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Thu, 5 Feb 2015 21:32:12 +0100 Subject: destructors are not allowed to throw so move potentially throwing call to a manually called finish() additionally don't make it leak something that is not a RuntimeException, the caller does not expect it. Change-Id: I8b19585ae197f5ac8625dc85d4c4860a1c11b262 --- sax/source/expatwrap/sax_expat.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sax/source') diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx index df1870e66328..2aa30415e0f8 100644 --- a/sax/source/expatwrap/sax_expat.cxx +++ b/sax/source/expatwrap/sax_expat.cxx @@ -31,6 +31,7 @@ #include #include #include +#include #include #include -- cgit