From a6d70ddf86842db6fbd76da857cb0c70fb48aacf Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Tue, 19 Oct 2010 11:46:34 +0200 Subject: s4:dsdb/schema/schema_init.c - remove a duplicated "talloc_free" --- source4/dsdb/schema/schema_init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/dsdb') diff --git a/source4/dsdb/schema/schema_init.c b/source4/dsdb/schema/schema_init.c index 54fc6b840b..6dbf9baa42 100644 --- a/source4/dsdb/schema/schema_init.c +++ b/source4/dsdb/schema/schema_init.c @@ -80,7 +80,6 @@ static WERROR _dsdb_prefixmap_from_ldb_val(const struct ldb_val *pfm_ldb_val, (ndr_pull_flags_fn_t)ndr_pull_prefixMapBlob); if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) { NTSTATUS nt_status = ndr_map_error2ntstatus(ndr_err); - talloc_free(temp_ctx); DEBUG(0,("_dsdb_prefixmap_from_ldb_val: Failed to parse prefixmap of length %u: %s\n", (unsigned int)pfm_ldb_val->length, ndr_map_error2string(ndr_err))); talloc_free(temp_ctx); -- cgit