mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Plug mem leak in slapindex
This commit is contained in:
parent
399572ba50
commit
c84c133c90
1 changed files with 1 additions and 0 deletions
|
|
@ -453,6 +453,7 @@ done:
|
|||
#endif
|
||||
e->e_id = NOID;
|
||||
}
|
||||
bdb_entry_release( &op, e, 0 );
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue