mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
plug minor leak
This commit is contained in:
parent
fc6bd40dfc
commit
f8761cfebb
@ -720,6 +720,8 @@ tool_args( int argc, char **argv )
|
||||
control );
|
||||
usage();
|
||||
}
|
||||
ber_memfree( control );
|
||||
control = NULL;
|
||||
break;
|
||||
case 'f': /* read from file */
|
||||
if( infile != NULL ) {
|
||||
|
Loading…
Reference in New Issue
Block a user