From: Quanah Gibson-Mount Date: Tue, 4 Jan 2011 21:55:36 +0000 (+0000) Subject: plug minor leak X-Git-Tag: OPENLDAP_REL_ENG_2_4_24~116 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=39f6461d9088f78bf8ead4b8de11d07e40227d6c;p=openldap plug minor leak --- diff --git a/clients/tools/common.c b/clients/tools/common.c index bb3a220084..0a503818e2 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -672,6 +672,8 @@ tool_args( int argc, char **argv ) control ); usage(); } + ber_memfree( control ); + control = NULL; break; case 'f': /* read from file */ if( infile != NULL ) {