Skip to content
Snippets Groups Projects
Commit 39f6461d authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

plug minor leak

parent 7ff822a0
No related branches found
No related tags found
No related merge requests found
...@@ -672,6 +672,8 @@ tool_args( int argc, char **argv ) ...@@ -672,6 +672,8 @@ tool_args( int argc, char **argv )
control ); control );
usage(); usage();
} }
ber_memfree( control );
control = NULL;
break; break;
case 'f': /* read from file */ case 'f': /* read from file */
if( infile != NULL ) { if( infile != NULL ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment