1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r19323: fixed a leak in the ldif parse code

This commit is contained in:
Andrew Tridgell 2006-10-16 09:28:39 +00:00 committed by Gerald (Jerry) Carter
parent e03ed5822a
commit 06387e1cf2

View File

@ -550,6 +550,7 @@ struct ldb_ldif *ldb_ldif_read(struct ldb_context *ldb,
if (!chunk) {
goto failed;
}
talloc_steal(ldif, chunk);
msg->private_data = chunk;
s = chunk;