From f8761cfebbddfe8e6c079b45217f5d9840e9b251 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 4 Jan 2011 18:45:21 +0000 Subject: [PATCH] plug minor leak --- clients/tools/common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/tools/common.c b/clients/tools/common.c index d00f84d163..ab7e394cee 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -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 ) { -- 2.39.5