This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from b1f776f2 Merge pull request #418 from
apache/feature/solveAsanIssuePushStreams
add 0612591c Fixes several mem leak issues, detected by coverity
new 24bc9dad Merge pull request #420 from
apache/hotfix/dm_cmp_coverity_issues
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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(-)