plug leaks

This commit is contained in:
Howard Chu 2006-03-31 20:20:53 +00:00
parent 7fb8fd446a
commit 0b72c15e52

View file

@ -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 {