mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
close LDIF handler (valgrind)
This commit is contained in:
parent
09cbbb92a7
commit
8931d68e37
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue