mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
close LDIF handler (valgrind)
This commit is contained in:
parent
09cbbb92a7
commit
8931d68e37
@ -760,4 +760,8 @@ void slap_tool_destroy( void )
|
||||
if ( !BER_BVISNULL( &authcDN ) ) {
|
||||
ch_free( authcDN.bv_val );
|
||||
}
|
||||
|
||||
if ( ldiffp && ldiffp != &dummy ) {
|
||||
ldif_close( ldiffp );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user