mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Plug ndn leak (re: ITS#2390)
This commit is contained in:
parent
8a7114e152
commit
329202e897
1 changed files with 4 additions and 0 deletions
|
|
@ -280,6 +280,10 @@ done:
|
|||
free( hash.bv_val );
|
||||
}
|
||||
|
||||
if( ndn.bv_val != NULL ) {
|
||||
free( ndn.bv_val );
|
||||
}
|
||||
|
||||
if( ltid != NULL ) {
|
||||
TXN_ABORT( ltid );
|
||||
op->o_private = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue