mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Free ldif buffer... test001 now shows no leaks!
This commit is contained in:
parent
8fcb25216f
commit
ebce52fa52
1 changed files with 2 additions and 0 deletions
|
|
@ -105,6 +105,8 @@ main( int argc, char **argv )
|
|||
entry_free( e );
|
||||
}
|
||||
|
||||
free( buf );
|
||||
|
||||
be->be_entry_close( be );
|
||||
|
||||
if( be->be_sync ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue