mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Plug minor memory leak
This commit is contained in:
parent
968f742d7a
commit
85c0f926fe
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ int main( int argc, char **argv )
|
|||
)) != EOF ) {
|
||||
switch ( i ) {
|
||||
case 'h': /* listen URLs */
|
||||
if ( urls != NULL ) free( urls );
|
||||
urls = ch_strdup( optarg );
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue