This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git
commit 24bc9dadb1f9af41692a35b1d558235132745497 Merge: b1f776f2 0612591c Author: Pepijn Noltes <[email protected]> AuthorDate: Thu Jun 9 08:16:59 2022 +0200 Merge pull request #420 from apache/hotfix/dm_cmp_coverity_issues Fixes several mem leak issues, detected by coverity .../gtest/src/CxxBundleContextTestSuite.cc | 12 ++++-- .../gtest/src/DependencyManagerTestSuite.cc | 24 ++++++++++- .../gtest/src/bundle_context_bundles_tests.cpp | 20 ++++----- libs/framework/include/service_registry.h | 20 ++++----- libs/framework/src/dm_component_impl.c | 38 +++++++--------- libs/framework/src/dm_dependency_manager_impl.c | 16 +++++++ libs/framework/src/framework.c | 4 +- libs/framework/src/service_registry.c | 50 ++++++++-------------- 8 files changed, 102 insertions(+), 82 deletions(-)
