SLAP_NVALUES: more fixes

This commit is contained in:
Kurt Zeilenga 2003-03-17 00:27:33 +00:00
parent e0c2e71a7c
commit 1a55430c65
2 changed files with 4 additions and 0 deletions

View file

@ -428,6 +428,7 @@ get_substring_filter(
" unknown substring choice=%ld\n",
(long) tag, 0, 0 );
#endif
free( value.bv_val );
goto return_error;
}
@ -529,6 +530,7 @@ get_substring_filter(
(long) tag, 0, 0 );
#endif
assert( 0 );
free( nvalue.bv_val );
return_error:

View file

@ -167,6 +167,8 @@ int asserted_value_validate_normalize(
} else {
ber_dupbv( out, in );
}
return LDAP_SUCCESS;
}
#else