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 fcb66ae44d5496c9a9cda88cdd3dcd61e35d73c5
Merge: 5969a2c3 268fec30
Author: Pepijn Noltes <[email protected]>
AuthorDate: Thu Dec 1 18:43:53 2022 +0100

    Merge pull request #448 from apache/feature/some_coverity_fixes
    
    Fix several resource leaks and locking issues reported by coverity

 README.md                                          |  2 +-
 .../pubsub_admin_tcp/src/pubsub_tcp_handler.c      |  2 +
 .../discovery_common/src/discovery.c               | 18 ++++-----
 .../src/import_registration_dfi.c                  |  2 +-
 .../src/remote_service_admin_dfi.c                 | 10 ++---
 .../rsa_common/src/endpoint_description.c          | 43 ++++++----------------
 .../rsa_common/src/export_registration_impl.c      |  4 +-
 .../rsa_spi/include/endpoint_description.h         |  8 ++--
 .../topology_manager/src/topology_manager.c        | 10 ++---
 bundles/shell/shell/api/celix_shell_constants.h    |  4 +-
 bundles/shell/shell/src/Shell.cc                   |  8 ++--
 bundles/shell/shell/src/lb_command.c               |  5 +--
 bundles/shell/shell/src/query_command.c            |  5 +--
 .../src/CalcTrackerBundleActivator.cc              |  2 +-
 libs/framework/include/celix/Trackers.h            |  3 +-
 libs/framework/src/celix_framework_utils.c         |  3 ++
 libs/promises/CMakeLists.txt                       |  3 ++
 .../api/celix/impl/AbstractPushEventSource.h       |  2 +-
 18 files changed, 56 insertions(+), 78 deletions(-)

Reply via email to