mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Plug ndn leak (re: ITS#2390)
This commit is contained in:
parent
8a7114e152
commit
329202e897
@ -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 New Issue
Block a user