mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typo in last commit
This commit is contained in:
parent
9bd4308edf
commit
f83cbc2c84
@ -596,7 +596,7 @@ ber_scanf ( BerElement *ber,
|
|||||||
(j + 2) * sizeof(char *) );
|
(j + 2) * sizeof(char *) );
|
||||||
|
|
||||||
if( *sss == NULL ) {
|
if( *sss == NULL ) {
|
||||||
LBER_MEMFREE( save );
|
LBER_FREE( save );
|
||||||
rc = LBER_DEFAULT;
|
rc = LBER_DEFAULT;
|
||||||
goto breakout;
|
goto breakout;
|
||||||
}
|
}
|
||||||
@ -622,7 +622,7 @@ ber_scanf ( BerElement *ber,
|
|||||||
(j + 2) * sizeof(struct berval *) );
|
(j + 2) * sizeof(struct berval *) );
|
||||||
|
|
||||||
if( *bv == NULL ) {
|
if( *bv == NULL ) {
|
||||||
LBER_MEMFREE( save );
|
LBER_FREE( save );
|
||||||
rc = LBER_DEFAULT;
|
rc = LBER_DEFAULT;
|
||||||
goto breakout;
|
goto breakout;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user