summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-07 19:42:23 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-07 19:42:23 -0400
commit38414900e1fb821e81f553d3b1dcb61cf2cd5ad8 (patch)
treeb97e07365827bb6e9108c279a97eb5e28dc81d69
parent8e651661a5b6a0dacbd17ba1f310acb6e4e8dd3a (diff)
downloadslapi-nis-38414900e1fb821e81f553d3b1dcb61cf2cd5ad8.tar.gz
slapi-nis-38414900e1fb821e81f553d3b1dcb61cf2cd5ad8.tar.xz
slapi-nis-38414900e1fb821e81f553d3b1dcb61cf2cd5ad8.zip
- don't try freeing the already-zeroed key_tree list when unsetting a map
-rw-r--r--src/map.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 018f820..3fd02ad 100644
--- a/src/map.c
+++ b/src/map.c
@@ -690,7 +690,6 @@ map_data_unset_map(struct plugin_state *state,
(map->backend_data != NULL)) {
map->free_backend_data(map->backend_data);
}
- free(map->key_trees);
/* Close the hole in the array. */
domain->n_maps--;
if (i != domain->n_maps) {