Fix nameUIDvalidate memfree

This commit is contained in:
Howard Chu 2002-05-15 00:48:47 +00:00
parent 1107e78c5f
commit a2d310f92e

View File

@ -274,7 +274,7 @@ nameUIDValidate(
rc = dnValidate( NULL, &dn );
ber_memfree( &dn );
ber_memfree( dn.bv_val );
return rc;
}