mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
CSRI malloc compat fix
This commit is contained in:
parent
5ba8a93a79
commit
47333bf762
@ -108,7 +108,7 @@ main( int argc, char **argv )
|
||||
entry_free( e );
|
||||
}
|
||||
|
||||
free( buf );
|
||||
ch_free( buf );
|
||||
|
||||
be->be_entry_close( be );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user