mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Plug memory leak
This commit is contained in:
parent
521f6cfda9
commit
0aafb7267a
@ -214,6 +214,8 @@ main( int argc, char **argv )
|
||||
line[0] = '\0';
|
||||
}
|
||||
}
|
||||
if ( buf )
|
||||
free( buf );
|
||||
|
||||
/*
|
||||
* next, make the id2children index
|
||||
|
Loading…
Reference in New Issue
Block a user