mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Plug memory leak
This commit is contained in:
parent
521f6cfda9
commit
0aafb7267a
1 changed files with 2 additions and 0 deletions
|
|
@ -214,6 +214,8 @@ main( int argc, char **argv )
|
|||
line[0] = '\0';
|
||||
}
|
||||
}
|
||||
if ( buf )
|
||||
free( buf );
|
||||
|
||||
/*
|
||||
* next, make the id2children index
|
||||
|
|
|
|||
Loading…
Reference in a new issue