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:
parent
e8e12b32ae
commit
cad751d28c
@ -15,6 +15,7 @@ $(eval $(call gb_UnpackedTarball_set_patchlevel,libetonyek,1))
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_add_patches,libetonyek,\
|
||||
external/libetonyek/0001-fix-windows-build.patch \
|
||||
external/libetonyek/libetonyek-doubledelete.patch.0 \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
18
external/libetonyek/libetonyek-doubledelete.patch.0
vendored
Normal file
18
external/libetonyek/libetonyek-doubledelete.patch.0
vendored
Normal 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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user