1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

Revert "s4:ldb always talloc_free() the ldb_ldif_write context, even on success"

This reverts commit a610843e9f21ee77fd29356313d2ef05fe25a1ed.
This commit is contained in:
Andrew Tridgell 2009-10-02 22:40:02 +10:00
parent 959eff9206
commit a0c82f17f8

View File

@ -373,7 +373,6 @@ int ldb_ldif_write(struct ldb_context *ldb,
ret = fprintf_fn(private_data,"\n"); ret = fprintf_fn(private_data,"\n");
CHECK_RET; CHECK_RET;
talloc_free(mem_ctx);
return total; return total;
} }