mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
More ITS#6215: Fix wrong fix in rev 1.121
This commit is contained in:
parent
e229b7c398
commit
95fbdcab4e
@ -910,7 +910,7 @@ ber_scanf ( BerElement *ber,
|
||||
|
||||
case 'M': /* BVoff array in-place */
|
||||
bvp = va_arg( ap, struct berval ** );
|
||||
ber_memfree_x( bvp, ber->ber_memctx );
|
||||
ber_memfree_x( *bvp, ber->ber_memctx );
|
||||
*bvp = NULL;
|
||||
*(va_arg( ap, ber_len_t * )) = 0;
|
||||
(void) va_arg( ap, ber_len_t );
|
||||
|
Loading…
Reference in New Issue
Block a user