From: Kurt Zeilenga Date: Sun, 4 Nov 2001 17:50:16 +0000 (+0000) Subject: Fix typo in last commit X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~903 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f83cbc2c845694a2aa79649052150e4879c69bf7;p=openldap Fix typo in last commit --- diff --git a/libraries/liblber/decode.c b/libraries/liblber/decode.c index db5a65ade4..b797b43084 100644 --- a/libraries/liblber/decode.c +++ b/libraries/liblber/decode.c @@ -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; }