Kaydet (Commit) 4343c497 authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Fridrich Strba

coverity#705137 Missing break in switch

Change-Id: Ie54c888e15e9564c7e1d0efb54f587a586a53631
Reviewed-on: https://gerrit.libreoffice.org/2780Reviewed-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
Tested-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
üst e87a9f78
...@@ -1480,6 +1480,7 @@ static inline void typelib_typedescription_destructExtendedMembers( ...@@ -1480,6 +1480,7 @@ static inline void typelib_typedescription_destructExtendedMembers(
case typelib_TypeClass_STRUCT: case typelib_TypeClass_STRUCT:
delete[] reinterpret_cast< typelib_StructTypeDescription * >(pTD)-> delete[] reinterpret_cast< typelib_StructTypeDescription * >(pTD)->
pParameterizedTypes; pParameterizedTypes;
// Fall-through intentional
case typelib_TypeClass_EXCEPTION: case typelib_TypeClass_EXCEPTION:
{ {
typelib_CompoundTypeDescription * pCTD = (typelib_CompoundTypeDescription*)pTD; typelib_CompoundTypeDescription * pCTD = (typelib_CompoundTypeDescription*)pTD;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment