mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
cast avl_free argument to IFP
This commit is contained in:
parent
63be2a00b5
commit
d7451444c2
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ main( int argc, char **argv )
|
|||
while ( fgets( command, sizeof( command ), stdin ) != NULL ) {
|
||||
switch( *command ) {
|
||||
case 'n': /* new tree */
|
||||
( void ) avl_free( tree, free );
|
||||
( void ) avl_free( tree, (IFP) free );
|
||||
tree = NULLAVL;
|
||||
break;
|
||||
case 'p': /* print */
|
||||
|
|
|
|||
Loading…
Reference in a new issue