From f83cbc2c845694a2aa79649052150e4879c69bf7 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 4 Nov 2001 17:50:16 +0000 Subject: [PATCH] Fix typo in last commit --- libraries/liblber/decode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.5