mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
plug leaks
This commit is contained in:
parent
7fb8fd446a
commit
0b72c15e52
1 changed files with 1 additions and 0 deletions
|
|
@ -401,6 +401,7 @@ int UTF8bvnormcmp(
|
|||
l1 = ulen;
|
||||
ucs = malloc( l2 * sizeof(*ucs) );
|
||||
if ( ucs == NULL ) {
|
||||
free( ucsout1 );
|
||||
return l1 > l2 ? 1 : -1; /* what to do??? */
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue