mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
plug minor leak
This commit is contained in:
parent
fc6bd40dfc
commit
f8761cfebb
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue