This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch 
feature/685-update-container-config-properties-usage
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to 
refs/heads/feature/685-update-container-config-properties-usage by this push:
     new 0c859f0af gh-685: Fix memleak in bundle archive
0c859f0af is described below

commit 0c859f0af3d11d93d0110656992f42bd891b1291
Author: Pepijn Noltes <[email protected]>
AuthorDate: Thu May 30 23:20:58 2024 +0200

    gh-685: Fix memleak in bundle archive
---
 libs/framework/src/bundle_archive.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libs/framework/src/bundle_archive.c 
b/libs/framework/src/bundle_archive.c
index b50f32062..3b1a8cc56 100644
--- a/libs/framework/src/bundle_archive.c
+++ b/libs/framework/src/bundle_archive.c
@@ -96,7 +96,6 @@ static celix_status_t 
celix_bundleArchive_storeBundleStateProperties(bundle_arch
             return status;
         }
     }
-    celix_properties_destroy(bundleStateProperties);
     return CELIX_SUCCESS;
 }
 

Reply via email to