Skip to content

Commit

Permalink
gh-685: Fix memleak in bundle archive
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed May 30, 2024
1 parent 64e3647 commit 0c859f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/framework/src/bundle_archive.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ static celix_status_t celix_bundleArchive_storeBundleStateProperties(bundle_arch
return status;
}
}
celix_properties_destroy(bundleStateProperties);
return CELIX_SUCCESS;
}

Expand Down

0 comments on commit 0c859f0

Please sign in to comment.