plug minor leak

This commit is contained in:
Pierangelo Masarati 2011-01-04 18:45:21 +00:00
parent fc6bd40dfc
commit f8761cfebb

View File

@ -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 ) {