mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Fix slapadd -q -w double-free
This commit is contained in:
parent
3f71f75601
commit
11cf13bf9d
1 changed files with 1 additions and 0 deletions
|
|
@ -960,6 +960,7 @@ done:
|
|||
e->e_id = NOID;
|
||||
}
|
||||
txn = NULL;
|
||||
idcursor = NULL;
|
||||
|
||||
return e->e_id;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue