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:
parent
e03ed5822a
commit
06387e1cf2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user