mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +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 );
|
free( hash.bv_val );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if( ndn.bv_val != NULL ) {
|
||||||
|
free( ndn.bv_val );
|
||||||
|
}
|
||||||
|
|
||||||
if( ltid != NULL ) {
|
if( ltid != NULL ) {
|
||||||
TXN_ABORT( ltid );
|
TXN_ABORT( ltid );
|
||||||
op->o_private = NULL;
|
op->o_private = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user