libetonyek: I assume this is what was intended?

...at least it makes JunitTest_chart2_unoapi not crash any more.

Change-Id: Ibc14f141398e518ab8f06b661a198d50c7732e4a
This commit is contained in:
Stephan Bergmann 2013-10-31 11:33:16 +01:00
parent e8e12b32ae
commit cad751d28c
2 changed files with 19 additions and 0 deletions

View File

@ -15,6 +15,7 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,libetonyek,1))
$(eval $(call gb_UnpackedTarball_add_patches,libetonyek,\ $(eval $(call gb_UnpackedTarball_add_patches,libetonyek,\
external/libetonyek/0001-fix-windows-build.patch \ external/libetonyek/0001-fix-windows-build.patch \
external/libetonyek/libetonyek-doubledelete.patch.0 \
)) ))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:

View File

@ -0,0 +1,18 @@
--- src/lib/KEYXMLReader.cpp
+++ src/lib/KEYXMLReader.cpp
@@ -335,6 +335,7 @@
catch (...)
{
delete m_impl;
+ throw;
}
}
@@ -350,6 +351,7 @@
catch (...)
{
delete m_impl;
+ throw;
}
}