Skip to content

Commit

Permalink
CELIX-77: revert hashMap key-free
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetri committed Jan 15, 2016
1 parent 141f622 commit 4e96cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_admin/service/private/src/configuration_store.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ celix_status_t configurationStore_create(bundle_context_pt context, configuratio

celix_status_t configurationStore_destroy(configuration_store_pt store) {
celixThreadMutex_destroy(&store->mutex);
hashMap_destroy(store->configurations, true, true);
hashMap_destroy(store->configurations, false, true);
free(store);

return CELIX_SUCCESS;
Expand Down

0 comments on commit 4e96cf3

Please sign in to comment.