mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 06:01:23 -05:00
Fix typo in last commit
This commit is contained in:
parent
9bd4308edf
commit
f83cbc2c84
1 changed files with 2 additions and 2 deletions
|
|
@ -596,7 +596,7 @@ ber_scanf ( BerElement *ber,
|
|||
(j + 2) * sizeof(char *) );
|
||||
|
||||
if( *sss == NULL ) {
|
||||
LBER_MEMFREE( save );
|
||||
LBER_FREE( save );
|
||||
rc = LBER_DEFAULT;
|
||||
goto breakout;
|
||||
}
|
||||
|
|
@ -622,7 +622,7 @@ ber_scanf ( BerElement *ber,
|
|||
(j + 2) * sizeof(struct berval *) );
|
||||
|
||||
if( *bv == NULL ) {
|
||||
LBER_MEMFREE( save );
|
||||
LBER_FREE( save );
|
||||
rc = LBER_DEFAULT;
|
||||
goto breakout;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue